From cf5d11dcc2e5cfdf6194be9c25e4edf27897224f Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Tue, 12 Mar 2019 17:02:16 +0100 Subject: [PATCH] Update allowed MSVC version in bundled boost --- .../boost-1.62.0/include/boost/config/compiler/visualc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundled/boost-1.62.0/include/boost/config/compiler/visualc.hpp b/bundled/boost-1.62.0/include/boost/config/compiler/visualc.hpp index 200d39df5e..3a68c4d6bd 100644 --- a/bundled/boost-1.62.0/include/boost/config/compiler/visualc.hpp +++ b/bundled/boost-1.62.0/include/boost/config/compiler/visualc.hpp @@ -294,10 +294,10 @@ #endif // -// masterleinad: upgrade supported MSVC version to 19.16 (last checked 19.16.27024.1) +// masterleinad: upgrade supported MSVC version to 19.20 (last checked 19.20.27404) // Boost repo has only 19.10: // last known and checked version is 19.10.24629 (VC++ 2017 RC): -#if (_MSC_VER > 1916) +#if (_MSC_VER > 1920) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else -- 2.39.5