Added a sanity check to prevent duplicate definition of BOOST_CORE_HAS_BUILTIN_BIT_CAST.

This commit is contained in:
Andrey Semashev 2023-11-25 15:38:02 +03:00
parent db0fd77af1
commit a9f1407d84

View File

@ -52,7 +52,7 @@
# endif
#endif
#if defined(BOOST_MSVC) && BOOST_MSVC >= 1926
#if !defined(BOOST_CORE_HAS_BUILTIN_BIT_CAST) && (defined(BOOST_MSVC) && BOOST_MSVC >= 1926)
# define BOOST_CORE_HAS_BUILTIN_BIT_CAST
#endif