$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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.)