mirror of
https://github.com/boostorg/endian.git
synced 2025-08-01 13:34:39 +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"
|
# 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
|
||||||
|
Reference in New Issue
Block a user