
1 Oct
2004
1 Oct
'04
6:22 a.m.
Fredrik Blomqvist <fredrik_blomqvist@home.se> wrote:
Releated to this I just remembered this handy little helper string. parm_string: http://lists.boost.org/MailArchives/boost/msg59819.php
Just an idea, perhaps this is already possible using const/fixed/flex_string et al?
// Fredrik Blomqvist
const_string<> does it. It allows for reference semantics when the string constructor's argument is not copied but referenced. -- Maxim Yegorushkin