forked from boostorg/bind
Bind: Remove obsolete MSVC version check
[SVN r85938]
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user