mirror of
https://github.com/boostorg/config.git
synced 2025-07-31 04:47:16 +02:00
Update version check for VisualStudio 2015 RC.
This commit is contained in:
@ -284,8 +284,8 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// last known and checked version is 19.00.22609 (VC14 CTP 6):
|
// last known and checked version is 19.00.22816 (VC++ 2015 RC):
|
||||||
#if (_MSC_VER > 1800 && _MSC_FULL_VER > 190022609)
|
#if (_MSC_VER > 1800 && _MSC_FULL_VER > 190022816)
|
||||||
# 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