$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: KSpam (keesling_spam_at_[hidden])
Date: 2008-03-03 19:59:15
Oops, I had some bugs in this code ... the attached should work better.
Justin
On Monday 03 March 2008 17:57:10 KSpam wrote:
> I am not an expert on Iostreams, but I was able to obtain a significant
> performance improvement by removing temporaries and passing by reference
> instead of by value. I have attached the code. Notice, that I am using
> back_inserter and make_iterator_range instead of stringstream operations.