Large patch from Ulrich Eckhardt to fix support for EVC++ 4.

[SVN r30670]
This commit is contained in:
John Maddock 2005-08-25 16:27:28 +00:00
parent 2dffdac9fe
commit 1d60d49136

View File

@ -536,7 +536,7 @@ namespace
// inherited operator templates at the moment it must, so the following // inherited operator templates at the moment it must, so the following
// explicit instantiations force it to do that. // explicit instantiations force it to do that.
#if defined(BOOST_MSVC) && (_MSC_VER <= 1200) #if defined(BOOST_MSVC) && (_MSC_VER < 1300)
template Wrapped1<int>; template Wrapped1<int>;
template Wrapped1<long>; template Wrapped1<long>;
template Wrapped1<unsigned int>; template Wrapped1<unsigned int>;