diff --git a/include/boost/core/bit.hpp b/include/boost/core/bit.hpp index 67f7c98..5d24045 100644 --- a/include/boost/core/bit.hpp +++ b/include/boost/core/bit.hpp @@ -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