From fa0e91cf2141dc7b3c95991984db29d1d784eebf Mon Sep 17 00:00:00 2001 From: Beman Date: Sat, 2 May 2015 18:06:24 -0400 Subject: [PATCH] Update version check for VisualStudio 2015 RC. --- include/boost/config/compiler/visualc.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index aedb318e..79c009ae 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -284,8 +284,8 @@ #endif // -// last known and checked version is 19.00.22609 (VC14 CTP 6): -#if (_MSC_VER > 1800 && _MSC_FULL_VER > 190022609) +// last known and checked version is 19.00.22816 (VC++ 2015 RC): +#if (_MSC_VER > 1800 && _MSC_FULL_VER > 190022816) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else