From: Pavol Droba (droba_at_[hidden])
Date: 2003-10-23 09:54:16


On Thu, Oct 23, 2003 at 09:42:35AM -0400, David Abrahams wrote:
> Daniel Frey <daniel.frey_at_[hidden]> writes:
>
> > From a convenience POV, I would still prefer the copy-version to not
> > have a suffix, but that's probably just a matter of taste. My main
> > concern was safe use which is now addressed. Thanks.
>
> My taste agrees. The safer version should also be the more convenient
> one.
>
If the inplace variant returns void, it could not be misused. So it is safe too.

Pavol