From 58656b40b1210083f5c05859797d569a3a2dcf73 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 23 Jan 2002 14:01:28 +0000 Subject: [PATCH] Try to fix for MSVC 7.0 [SVN r12456] --- 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 f6dc45e..aa32a1f 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_STD_ITERATOR) || defined(__MWERKS__) && __MWERKS__ < 0x2406 +#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 || defined(__MWERKS__) && __MWERKS__ < 0x2406 # define BOOST_FUNCTION_TARGET_FIX(x) x #else # define BOOST_FUNCTION_TARGET_FIX(x)