forked from boostorg/config
Fix compiler version number in comment
This commit is contained in:
@@ -284,7 +284,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// last known and checked version is 19.00.23107 (VC++ 2015 RTM):
|
// last known and checked version is 19.00.23026 (VC++ 2015 RTM):
|
||||||
#if (_MSC_VER > 1900)
|
#if (_MSC_VER > 1900)
|
||||||
# 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