mirror of
https://github.com/boostorg/endian.git
synced 2025-07-31 13:07:24 +02:00
Fix failure to define BOOST_ENDIAN_INTRINSIC_MSG when user defines BOOST_ENDIAN_NO_INTRINSICS
This commit is contained in:
@@ -58,5 +58,7 @@
|
||||
# define BOOST_ENDIAN_INTRINSIC_MSG "no byte swap intrinsics"
|
||||
#endif
|
||||
|
||||
#elif !defined(BOOST_ENDIAN_INTRINSIC_MSG)
|
||||
# define BOOST_ENDIAN_INTRINSIC_MSG "no byte swap intrinsics"
|
||||
#endif // BOOST_ENDIAN_NO_INTRINSICS
|
||||
#endif // BOOST_ENDIAN_INTRINSIC_HPP
|
||||
|
Reference in New Issue
Block a user