mirror of
https://github.com/boostorg/core.git
synced 2025-05-09 23:03:54 +00:00
Added a sanity check to prevent duplicate definition of BOOST_CORE_HAS_BUILTIN_BIT_CAST.
This commit is contained in:
parent
db0fd77af1
commit
a9f1407d84
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user