Update supported MSVC compiler version

This commit is contained in:
Arkady Shapkin
2017-10-23 16:27:48 +03:00
committed by GitHub
parent 068d8e1c4e
commit 4d88edd1e9

View File

@ -326,7 +326,7 @@
#endif
//
// last known and checked version is 19.11.25506 (VC++ 2017.3):
// last known and checked version is 19.11.25547 (VC++ 2017.4):
#if (_MSC_VER > 1911)
# if defined(BOOST_ASSERT_CONFIG)
# error "Boost.Config is older than your current compiler version."