Whoops, updating intrinsics.hpp again

This commit is contained in:
Brian Kuhl
2017-09-06 10:33:34 -04:00
committed by GitHub
parent dfaad9ed21
commit d6f2dd9186

View File

@ -276,7 +276,7 @@
# define BOOST_IS_CLASS(T) __is_class(T)
# define BOOST_IS_ENUM(T) __is_enum(T)
# define BOOST_IS_POLYMORPHIC(T) __is_polymorphic(T)
# if (!defined(unix) && !defined(__unix__)) && \
# if (!defined(unix) && !defined(__unix__) && \
!(defined(__VXWORKS__) && defined(__i386__))) || defined(__LP64__)
// GCC sometimes lies about alignment requirements
// of type double on 32-bit unix platforms, use the