From 7f85ce4c1af8d62a3ea9fc095b6d15b9f1ad01d9 Mon Sep 17 00:00:00 2001 From: Stefan Slapeta Date: Wed, 16 Feb 2005 09:16:37 +0000 Subject: [PATCH] Intel Compiler 9.0 [SVN r27400] --- include/boost/config/compiler/intel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index 060338bc..b2a573e6 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -137,7 +137,7 @@ template<> struct assert_intrinsic_wchar_t {}; #endif // // last known and checked version: -#if (BOOST_INTEL_CXX_VERSION > 810) +#if (BOOST_INTEL_CXX_VERSION > 900) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # elif defined(_MSC_VER)