From 01ba5c108f653971188bed76eaa35c389645b595 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Sun, 7 Mar 2004 04:21:52 +0000 Subject: [PATCH] bumped version check [SVN r22447] --- include/boost/config/compiler/visualc.hpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/include/boost/config/compiler/visualc.hpp b/include/boost/config/compiler/visualc.hpp index aca7dfea..692cd91f 100644 --- a/include/boost/config/compiler/visualc.hpp +++ b/include/boost/config/compiler/visualc.hpp @@ -129,18 +129,10 @@ #endif // // last known and checked version is 1310: -#if (_MSC_VER > 1310) +#if (_MSC_VER > 1400) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # else # pragma message("Unknown compiler version - please run the configure tests and report the results") # endif #endif - - - - - - - -