forked from boostorg/config
Merge pull request #177 from gongminmin/FixForVS2017.3
Update last known MSVC version to 19.11.25506 (VS2017.3).
This commit is contained in:
@@ -321,8 +321,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// last known and checked version is 19.10.25017 (VC++ 2017):
|
// last known and checked version is 19.11.25506 (VC++ 2017.3):
|
||||||
#if (_MSC_VER > 1910)
|
#if (_MSC_VER > 1911)
|
||||||
# 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"
|
||||||
# else
|
# else
|
||||||
|
Reference in New Issue
Block a user