$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Alberto Barbati (abarbati_at_[hidden])
Date: 2002-11-15 17:43:06
Rozental, Gennadiy wrote:
> Seq& trim_copy( Seq& input, Seq& trim_func( Seq&, const std::locale& ) );
In my opinion all algorithms without suffix should perform in-place
operations, while the ones that make copies should have suffix "_copy".
That would be more intuitive and also more consistent with the STL.
Alberto Barbati