From 4f33ea766548f5fb8dc88022f3f0dd411520c920 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 24 Jan 2002 04:06:05 +0000 Subject: [PATCH] function_base.hpp: - Fixed for Intel on Windows _and_ MSVC 7.0 [SVN r12472] --- 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 692d367..3e77568 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(__ICL) || defined(__MWERKS__) && __MWERKS__ < 0x2406 +#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(__ICL) && __ICL <= 600 || defined(__MWERKS__) && __MWERKS__ < 0x2406 # define BOOST_FUNCTION_TARGET_FIX(x) x #else # define BOOST_FUNCTION_TARGET_FIX(x)