From: Daniel Arndt Date: Tue, 12 Mar 2019 16:02:16 +0000 (+0100) Subject: Update allowed MSVC version in bundled boost X-Git-Tag: v9.1.0-rc1~289^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf5d11dcc2e5cfdf6194be9c25e4edf27897224f;p=dealii.git Update allowed MSVC version in bundled boost --- 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