diff --git a/include/boost/bind.hpp b/include/boost/bind.hpp index a8308e9..d014b2d 100644 --- a/include/boost/bind.hpp +++ b/include/boost/bind.hpp @@ -127,7 +127,7 @@ template inline F & unwrap(reference_wrapper const * f, int) return f->get(); } -#if !( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, <= 0x3003) ) +#if !( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, <= 0x3004) ) template inline _mfi::dm unwrap(R T::* * pm, int) {