1
0
forked from boostorg/bind

Revert "Bind: Remove obsolete MSVC version check"

This reverts commit 9955139c65.
This commit is contained in:
Peter Dimov
2013-12-07 18:54:00 +02:00
parent 15d6d6ac95
commit 8414233b9c

View File

@@ -352,7 +352,7 @@ public:
return call(u, &u);
}
#if !BOOST_WORKAROUND(__MWERKS__, < 0x3200)
#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300) && !BOOST_WORKAROUND(__MWERKS__, < 0x3200)
R & operator()(T & t) const
{