1
0
forked from boostorg/bind

Fix for CW 8.4

[SVN r26315]
This commit is contained in:
Stefan Slapeta
2004-11-26 14:06:58 +00:00
parent f01e59b682
commit 094d43c6e8

View File

@@ -127,7 +127,7 @@ template<class F> inline F & unwrap(reference_wrapper<F> const * f, int)
return f->get(); return f->get();
} }
#if !( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, <= 0x3003) ) #if !( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, <= 0x3004) )
template<class R, class T> inline _mfi::dm<R, T> unwrap(R T::* * pm, int) template<class R, class T> inline _mfi::dm<R, T> unwrap(R T::* * pm, int)
{ {