mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 15:04:00 +00:00
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
This commit is contained in:
parent
2dffdac9fe
commit
1d60d49136
@ -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>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user