From 51c376c4eeeeba0171ea148489a206d4e0acd921 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 23 Jan 2002 21:17:40 +0000 Subject: [PATCH] function_base.hpp: - Fixed for Intel C++, I hope? [SVN r12469] --- include/boost/function/function_base.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index aa32a1f..692d367 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -25,7 +25,7 @@ #include #include -#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(__MWERKS__) && __MWERKS__ < 0x2406 +#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 && !defined(__ICL) || defined(__MWERKS__) && __MWERKS__ < 0x2406 # define BOOST_FUNCTION_TARGET_FIX(x) x #else # define BOOST_FUNCTION_TARGET_FIX(x)