From 853ab4b142e6c3886286c5751851eea81ef5ff91 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 22 Aug 2016 13:47:16 -0400 Subject: [PATCH] bump boost msvc detection --- bundled/boost-1.56.0/include/boost/config/compiler/visualc.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bundled/boost-1.56.0/include/boost/config/compiler/visualc.hpp b/bundled/boost-1.56.0/include/boost/config/compiler/visualc.hpp index 8765108a8a..4edb6fca88 100644 --- a/bundled/boost-1.56.0/include/boost/config/compiler/visualc.hpp +++ b/bundled/boost-1.56.0/include/boost/config/compiler/visualc.hpp @@ -264,7 +264,8 @@ // // last known and checked version is 18.00.20827.3 (VC12 RC, aka 2013 RC): // tjhei: change 180020827 to 190023506 (vs 2015 update 1) -#if (_MSC_VER > 1800 && _MSC_FULL_VER > 190023506) +// tjhei: change to 190024213 (vs 2015 update 3) +#if (_MSC_VER > 1800 && _MSC_FULL_VER > 190024213) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else -- 2.39.5