bumped version check

[SVN r22447]
This commit is contained in:
Aleksey Gurtovoy
2004-03-07 04:21:52 +00:00
parent 6d27dfbbef
commit 01ba5c108f

View File

@ -129,18 +129,10 @@
#endif
//
// last known and checked version is 1310:
#if (_MSC_VER > 1310)
#if (_MSC_VER > 1400)
# if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results"
# else
# pragma message("Unknown compiler version - please run the configure tests and report the results")
# endif
#endif