From 783b6407c383414367f64372960cb7c3580e15f1 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Mon, 23 Dec 2002 19:49:22 +0000 Subject: [PATCH] ++last known [SVN r16694] --- include/boost/config/compiler/intel.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index a2a179b1..b54f6d8e 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -76,8 +76,8 @@ # error "Compiler not supported or configured - please reconfigure" #endif // -// last known and checked version is 600: -#if (BOOST_INTEL_CXX_VERSION > 600) +// last known and checked version: +#if (BOOST_INTEL_CXX_VERSION > 700) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # elif defined(_MSC_VER)