From 4d88edd1e92c354fbc9382bcee76f99f7df136e5 Mon Sep 17 00:00:00 2001 From: Arkady Shapkin Date: Mon, 23 Oct 2017 16:27:48 +0300 Subject: [PATCH] Update supported MSVC compiler version --- include/boost/config/compiler/visualc.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index d23af835..d9465613 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -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."