Last tested version is 1310.

[SVN r14425]
This commit is contained in:
Peter Dimov
2002-07-12 18:24:15 +00:00
parent 2fbcada958
commit 8f83b72cfb

View File

@ -102,8 +102,8 @@
#error "Compiler not supported or configured - please reconfigure"
#endif
//
// last known and checked version is 1301:
#if (_MSC_VER > 1301)
// last known and checked version is 1310:
#if (_MSC_VER > 1310)
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else