mirror of
https://github.com/boostorg/core.git
synced 2025-07-31 05:17:22 +02:00
Added a sanity check to prevent duplicate definition of BOOST_CORE_HAS_BUILTIN_BIT_CAST.
This commit is contained in:
@ -52,7 +52,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#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
|
# define BOOST_CORE_HAS_BUILTIN_BIT_CAST
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user