From 16f0f77c63be503eb363f4a5d859963c984e60cd Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 20 Apr 2018 14:15:16 -0400 Subject: [PATCH] updated bundled boost msvc version --- .../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 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 -- 2.39.5