Boost logo

Boost :

From: Peter Dimov (pdimov_at_[hidden])
Date: 2004-04-20 11:24:37


David Abrahams wrote:
> Pro8 is having trouble parsing these templates. Any ideas, Peter?
>
> template<class R, class T> inline _mfi::dm<R, T> unwrap(R T::* * pm,
> int) {
> return _mfi::dm<R, T>(*pm);
> }
>
> template<class R, class T> inline _mfi::dm<R, T> unwrap(R T::* const
> * pm, int) {
> return _mfi::dm<R, T>(*pm);
> }

IIRC these support bind<R&>(&X::r, _1). Comment them out for cw8 and see if
anything breaks. :-) (I hate these old compilers.)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk