From 79994e01c502f03b8b9e4f7981cb1a64d7a836ba Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 25 Jan 2007 11:08:37 +0000 Subject: [PATCH] Fixes for new macro. [SVN r36780] --- include/boost/config/compiler/intel.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index 87920e49..68519f91 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -125,6 +125,7 @@ template<> struct assert_intrinsic_wchar_t {}; # define BOOST_HAS_MS_INT64 # endif # define BOOST_NO_SWPRINTF +# define BOOST_NO_TWO_PHASE_NAME_LOOKUP #elif defined(_WIN32) # define BOOST_DISABLE_WIN32 #endif @@ -144,7 +145,7 @@ template<> struct assert_intrinsic_wchar_t {}; #endif // // last known and checked version: -#if (BOOST_INTEL_CXX_VERSION > 910) +#if (BOOST_INTEL_CXX_VERSION > 1000) # if defined(BOOST_ASSERT_CONFIG) # error "Unknown compiler version - please run the configure tests and report the results" # elif defined(_MSC_VER) @@ -156,3 +157,4 @@ template<> struct assert_intrinsic_wchar_t {}; +