From: Timo Heister Date: Mon, 22 Aug 2016 17:47:16 +0000 (-0400) Subject: bump boost msvc detection X-Git-Tag: v8.5.0-rc1~743^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=853ab4b142e6c3886286c5751851eea81ef5ff91;p=dealii.git bump boost msvc detection --- 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