mirror of
https://github.com/boostorg/core.git
synced 2025-11-29 05:40:14 +01:00
Make bit manipulation functions constexpr on MSVC 19.25+. Closes #109.
This commit is contained in:
@@ -11,6 +11,10 @@
|
||||
|
||||
BOOST_PRAGMA_MESSAGE( "Test skipped because BOOST_NO_CXX14_CONSTEXPR is defined" )
|
||||
|
||||
#elif defined(BOOST_MSVC) && BOOST_MSVC / 10 == 191
|
||||
|
||||
BOOST_PRAGMA_MESSAGE( "Test skipped because BOOST_MSVC is " BOOST_STRINGIZE(BOOST_MSVC) )
|
||||
|
||||
#else
|
||||
|
||||
#include <boost/core/bit.hpp>
|
||||
|
||||
Reference in New Issue
Block a user