forked from boostorg/config
bumped version check
[SVN r22447]
This commit is contained in:
@@ -129,18 +129,10 @@
|
|||||||
#endif
|
#endif
|
||||||
//
|
//
|
||||||
// last known and checked version is 1310:
|
// last known and checked version is 1310:
|
||||||
#if (_MSC_VER > 1310)
|
#if (_MSC_VER > 1400)
|
||||||
# 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
|
||||||
# pragma message("Unknown compiler version - please run the configure tests and report the results")
|
# pragma message("Unknown compiler version - please run the configure tests and report the results")
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user