Don't try to include stdalign.h if C11 _Alignas isn't available
commit8630e8c7fc0ee64baeff3e82411ad2445cab9f9b
authorChris Robinson <chris.kcat@gmail.com>
Sat, 16 Aug 2014 17:17:30 +0000 (16 10:17 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 16 Aug 2014 17:17:30 +0000 (16 10:17 -0700)
tree8faf6c4c22ec4f96de6a30c54fcb60b05c48aa9d
parentdd1df64537b11becd910e4c84f0e8e41cc6e51da
Don't try to include stdalign.h if C11 _Alignas isn't available

Some compilers will allow including stdalign.h, and even define alignas to
_Alignas, even if that C11 feature is unavailable (e.g. because it requires a
suitable -std= setting).
include/align.h