forked from boostorg/config
Remove requirement that BOOST_MSVC_ENABLE_2014_JUN_CTP be defined to get the correct BOOST_NO_CXX11_* macros for VC++ 14.0 (aka 2015).
This commit is contained in:
@@ -173,10 +173,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// C++11 features supported by VC++ 14 (aka 2015) Preview
|
// C++11 features supported by VC++ 14 (aka 2015) Preview
|
||||||
// Because the CTP is unsupported, unrelease, and only alpha quality,
|
|
||||||
// it is only supported if BOOST_MSVC_ENABLE_2014_JUN_CTP is defined.
|
|
||||||
//
|
//
|
||||||
#if (_MSC_FULL_VER < 190022310) || !defined(BOOST_MSVC_ENABLE_2014_JUN_CTP)
|
#if (_MSC_FULL_VER < 190022310)
|
||||||
# define BOOST_NO_CXX11_NOEXCEPT
|
# define BOOST_NO_CXX11_NOEXCEPT
|
||||||
# define BOOST_NO_CXX11_REF_QUALIFIERS
|
# define BOOST_NO_CXX11_REF_QUALIFIERS
|
||||||
# define BOOST_NO_CXX11_USER_DEFINED_LITERALS
|
# define BOOST_NO_CXX11_USER_DEFINED_LITERALS
|
||||||
|
Reference in New Issue
Block a user