1
0
forked from boostorg/bind

CWPro8.3 bug workaround

[SVN r19993]
This commit is contained in:
Dave Abrahams
2003-09-10 15:37:59 +00:00
parent 016a3b8d96
commit 9ca672c10d

View File

@@ -21,6 +21,7 @@
#include <boost/config.hpp>
#include <boost/get_pointer.hpp>
#include <boost/detail/workaround.hpp>
namespace boost
{
@@ -292,7 +293,7 @@ public:
return call(u, &u);
}
#if !defined(BOOST_MSVC) || (BOOST_MSVC > 1300)
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1300) && !BOOST_WORKAROUND(__MWERKS__, BOOST_TESTED_AT(0x3003))
R & operator()(T & t) const
{