Config.MSVC-15.5: BOOST_NO_CXX11_SFINAE_EXPR no longer required in C++14 or later mode.

This commit is contained in:
jzmaddock
2017-12-08 20:01:39 +00:00
parent 74ef9af25a
commit ac0cc94982

View File

@ -222,7 +222,9 @@
// C++ 11:
//
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP
#if (_MSC_VER < 1912) || (_MSVC_LANG < 201402)
#define BOOST_NO_CXX11_SFINAE_EXPR
#endif
// C++ 14:
# define BOOST_NO_CXX14_CONSTEXPR
// C++ 17: