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)