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();
|
||||
}
|
||||
|
||||
#if !( defined(__MWERKS__) && BOOST_WORKAROUND(__MWERKS__, <= 0x3003) )
|
||||
|
||||
template<class R, class T> inline _mfi::dm<R, T> unwrap(R T::* * pm, int)
|
||||
{
|
||||
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);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
// listN
|
||||
|
||||
class list0
|
||||
|
Reference in New Issue
Block a user