$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Nagle (nagle_at_[hidden])
Date: 2004-06-20 12:54:14
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