From 1d60d491363acd47a42726da8593009c504db8c0 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Thu, 25 Aug 2005 16:27:28 +0000 Subject: [PATCH] Large patch from Ulrich Eckhardt to fix support for EVC++ 4. [SVN r30670] --- operators_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operators_test.cpp b/operators_test.cpp index d3c3811..d42cb6a 100644 --- a/operators_test.cpp +++ b/operators_test.cpp @@ -536,7 +536,7 @@ namespace // inherited operator templates at the moment it must, so the following // explicit instantiations force it to do that. -#if defined(BOOST_MSVC) && (_MSC_VER <= 1200) +#if defined(BOOST_MSVC) && (_MSC_VER < 1300) template Wrapped1; template Wrapped1; template Wrapped1;