Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-10-11 22:40:19


Daniel Frey <daniel.frey_at_[hidden]> writes:

> > const T operator+(const T& lhs, const T& rhs)
> > {
> > T copy(lhs);
> > return copy += rhs;
> > }
>
> This is completly wrong, as I already said multiple times. See
> operators_1_28_0.patch.gz in the boost files section and search the
> mailing list for the corresponding discussion.

Daniel,

Did we ever apply your patch? Now might be a good time, as Boost
1.29.0 is now released. Were there outstanding issues?

-- 
           David Abrahams * Boost Consulting
dave_at_[hidden] * http://www.boost-consulting.com

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