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;