Fix compiler version number in comment

This commit is contained in:
Marcel Raad
2015-07-21 00:21:12 +02:00
parent 26258e676d
commit 5dff05e8d9

View File

@@ -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"