1
0
forked from boostorg/bind

Bind: Remove obsolete MSVC version check

[SVN r85938]
This commit is contained in:
Stephen Kelly
2013-09-26 09:42:51 +00:00
parent da3580cc14
commit 9955139c65

View File

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