
20 Jun
2004
20 Jun
'04
5:54 p.m.
Reece Dunn wrote:
John Nagle wrote: The problems arise in the interation with basic_string_impl and how to implement swap and functions that require constructing a string object.
Why do you need to construct a string object to swap? Just swap one character at a time. John Nagle