Merge pull request #188 from KindDragon/patch-2

Update supported MSVC compiler version
This commit is contained in:
jzmaddock
2017-10-25 18:32:00 +01:00
committed by GitHub

View File

@ -326,7 +326,7 @@
#endif #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 (_MSC_VER > 1911)
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Boost.Config is older than your current compiler version." # error "Boost.Config is older than your current compiler version."