From 79fca4d1b2b06f6be0718ead5549413fda8d1d12 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Sat, 9 Nov 2002 21:05:46 +0000 Subject: [PATCH] MSVC 7.0 broken. Go figure [SVN r16179] --- include/boost/function/function_base.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/boost/function/function_base.hpp b/include/boost/function/function_base.hpp index 0e144e5..d9c85e3 100644 --- a/include/boost/function/function_base.hpp +++ b/include/boost/function/function_base.hpp @@ -53,8 +53,8 @@ namespace boost { namespace python { namespace objects { # define BOOST_FUNCTION_NO_ENABLE_IF #endif -// MSVC 6.0 doesn't support enable_if -#if defined(BOOST_MSVC) && BOOST_MSVC <= 1200 && !defined(BOOST_NO_CONFIG) +// MSVC 7.0 doesn't support enable_if +#if defined(BOOST_MSVC) && BOOST_MSVC <= 1300 && !defined(BOOST_NO_CONFIG) # define BOOST_FUNCTION_NO_ENABLE_IF #endif