1
0
forked from boostorg/bind

Disabled bind<R&> for CW8 as it cannot parse the overloads.

[SVN r22685]
This commit is contained in:
Peter Dimov
2004-04-22 15:57:12 +00:00
parent 4a41a09d27
commit 74fae199f6

View File

@@ -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