Fix failure to define BOOST_ENDIAN_INTRINSIC_MSG when user defines BOOST_ENDIAN_NO_INTRINSICS

This commit is contained in:
Beman
2013-05-16 17:48:47 -04:00
parent 9a1d520572
commit 4a2ccdcfc8

View File

@@ -58,5 +58,7 @@
# define BOOST_ENDIAN_INTRINSIC_MSG "no byte swap intrinsics" # define BOOST_ENDIAN_INTRINSIC_MSG "no byte swap intrinsics"
#endif #endif
#elif !defined(BOOST_ENDIAN_INTRINSIC_MSG)
# define BOOST_ENDIAN_INTRINSIC_MSG "no byte swap intrinsics"
#endif // BOOST_ENDIAN_NO_INTRINSICS #endif // BOOST_ENDIAN_NO_INTRINSICS
#endif // BOOST_ENDIAN_INTRINSIC_HPP #endif // BOOST_ENDIAN_INTRINSIC_HPP