From b32e93581d2f608686b517676de352079b6cee15 Mon Sep 17 00:00:00 2001 From: Stefan Slapeta Date: Mon, 12 Dec 2005 17:46:08 +0000 Subject: [PATCH] Intel 9.1 [SVN r32004] --- 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 bf65dc87..87920e49 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -144,7 +144,7 @@ template<> struct assert_intrinsic_wchar_t {}; #endif // // last known and checked version: -#if (BOOST_INTEL_CXX_VERSION > 900) +#if (BOOST_INTEL_CXX_VERSION > 910) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # elif defined(_MSC_VER)