From: Carl Daniel (cpdaniel_at_[hidden])
Date: 2003-10-20 15:11:34


Pavol Droba wrote:
> So my question is, if the mutating variant would return void, would
> it be enough to show, that this particular variant is mutable?
>
> So the convention would be:
>
> - copy variants have suffix _copy
> - mutable variants will have no suffix, but will return "void"
> instead of reference.

That would certainly get my vote.

I hope to have time to submit a real review of the string algo library - for
now, I must return to lurking.

-cd