From 8f83b72cfb59a4e6c288cc9059839dc926d05ff2 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 12 Jul 2002 18:24:15 +0000 Subject: [PATCH] Last tested version is 1310. [SVN r14425] --- 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 fe604f5f..c281e412 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -102,8 +102,8 @@ #error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 1301: -#if (_MSC_VER > 1301) +// last known and checked version is 1310: +#if (_MSC_VER > 1310) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else