From b78e4903e15bdad8292e02138cc91563ec07795e Mon Sep 17 00:00:00 2001 From: John Maddock Date: Fri, 11 Jan 2008 13:48:57 +0000 Subject: [PATCH] Update for Intel-10.1. [SVN r42677] --- include/boost/config/compiler/intel.hpp | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index 0cd678a0..d639f9a5 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -1,4 +1,4 @@ -// (C) Copyright John Maddock 2001-7. +// (C) Copyright John Maddock 2001-8. // (C) Copyright Peter Dimov 2001. // (C) Copyright Jens Maurer 2001. // (C) Copyright David Abrahams 2002 - 2003. @@ -148,16 +148,15 @@ template<> struct assert_intrinsic_wchar_t {}; #endif // // last known and checked version: -#if (BOOST_INTEL_CXX_VERSION > 1000) +#if (BOOST_INTEL_CXX_VERSION > 1010) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # elif defined(_MSC_VER) -# pragma message("Unknown compiler version - please run the configure tests and report the results") +// +// We don't emit this warning any more, since we have so few +// defect macros set anyway (just the one). +// +//# pragma message("Unknown compiler version - please run the configure tests and report the results") # endif #endif - - - - -