forked from boostorg/config
Update compiler version names in visualc.hpp
This commit is contained in:
@ -190,7 +190,7 @@
|
|||||||
# define BOOST_NO_CXX11_CONSTEXPR
|
# define BOOST_NO_CXX11_CONSTEXPR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// C++14 features supported by VC++ 15 Preview 5
|
// C++14 features supported by VC++ 14.1 (Visual Studio 2017)
|
||||||
//
|
//
|
||||||
#if (_MSC_VER < 1910)
|
#if (_MSC_VER < 1910)
|
||||||
# define BOOST_NO_CXX14_AGGREGATE_NSDMI
|
# define BOOST_NO_CXX14_AGGREGATE_NSDMI
|
||||||
@ -303,8 +303,10 @@
|
|||||||
# define BOOST_COMPILER_VERSION 11.0
|
# define BOOST_COMPILER_VERSION 11.0
|
||||||
# elif _MSC_VER < 1900
|
# elif _MSC_VER < 1900
|
||||||
# define BOOST_COMPILER_VERSION 12.0
|
# define BOOST_COMPILER_VERSION 12.0
|
||||||
# elif _MSC_VER < 2000
|
# elif _MSC_VER < 1910
|
||||||
# define BOOST_COMPILER_VERSION 14.0
|
# define BOOST_COMPILER_VERSION 14.0
|
||||||
|
# elif _MSC_VER < 1920
|
||||||
|
# define BOOST_COMPILER_VERSION 14.1
|
||||||
# else
|
# else
|
||||||
# define BOOST_COMPILER_VERSION _MSC_VER
|
# define BOOST_COMPILER_VERSION _MSC_VER
|
||||||
# endif
|
# endif
|
||||||
@ -314,7 +316,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// last known and checked version is 19.10.24629 (VC++ 2017 RC):
|
// last known and checked version is 19.10.25017 (VC++ 2017):
|
||||||
#if (_MSC_VER > 1910)
|
#if (_MSC_VER > 1910)
|
||||||
# if defined(BOOST_ASSERT_CONFIG)
|
# if defined(BOOST_ASSERT_CONFIG)
|
||||||
# error "Unknown compiler version - please run the configure tests and report the results"
|
# error "Unknown compiler version - please run the configure tests and report the results"
|
||||||
|
Reference in New Issue
Block a user