forked from boostorg/bind
Disabled bind<R&> for CW8 as it cannot parse the overloads.
[SVN r22685]
This commit is contained in:
@@ -128,6 +128,8 @@ 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) )
|
||||||
|
|
||||||
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)
|
||||||
{
|
{
|
||||||
return _mfi::dm<R, T>(*pm);
|
return _mfi::dm<R, T>(*pm);
|
||||||
@@ -138,6 +140,8 @@ template<class R, class T> inline _mfi::dm<R, T> unwrap(R T::* const * pm, int)
|
|||||||
return _mfi::dm<R, T>(*pm);
|
return _mfi::dm<R, T>(*pm);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
// listN
|
// listN
|
||||||
|
|
||||||
class list0
|
class list0
|
||||||
|
Reference in New Issue
Block a user