From: Timo Heister Date: Fri, 20 Apr 2018 18:15:16 +0000 (-0400) Subject: updated bundled boost msvc version X-Git-Tag: v9.0.0-rc1~150^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6278%2Fhead;p=dealii.git updated bundled boost msvc version --- 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 a0ab4810d4..a5197f07ee 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 // -// tjhei: upgrade supported MSVC version to 19.11 +// tjhei: upgrade supported MSVC version to 19.13 (last checked 19.13.26131.1) // Boost repo has only 19.10: // last known and checked version is 19.10.24629 (VC++ 2017 RC): -#if (_MSC_VER > 1911) +#if (_MSC_VER > 1913) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else