mirror of
https://github.com/boostorg/utility.git
synced 2025-08-02 06:15:22 +02:00
Large patch from Ulrich Eckhardt to fix support for EVC++ 4.
[SVN r30670]
This commit is contained in:
@@ -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>;
|
||||||
|
Reference in New Issue
Block a user