From f6296c049516c065df895f28eef442bdced4e8c1 Mon Sep 17 00:00:00 2001 From: bitsrules <33675621+bitsrules@users.noreply.github.com> Date: Wed, 13 Dec 2017 14:58:09 +0900 Subject: [PATCH] Update to newest Visual Studio 2017 --- 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 0d064c8a..8b40c45b 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -340,7 +340,7 @@ #include // -// last known and checked version is 19.11.25506 (VC++ 2017.3): +// last known and checked version is 19.12.25830.2 (VC++ 2017.3): #if (_MSC_VER > 1912) # if defined(BOOST_ASSERT_CONFIG) # error "Boost.Config is older than your current compiler version."