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



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


Reply via email to