$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-10-14 04:35:44
> And what if the string uses more than half of the available space?
> (I'm not advocating in-place modification, but just mentioning that
> "return a copy" has its flaws too.)
Then you're probably going to have to start paging to file and other
complicated things, it's not easy one to solve. But a good point
nonetheless.
John.