$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [iostreams]howto replace ostream buffer?
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2009-01-10 13:53:10
AMDG
Larry Evans wrote:
> How can one use iostreams::filtering_streambuf to replace the
> std::basic_streambuf used by cout. I've tried the code in 1st
> attachment; however, that code produces the output in 2nd attachment.
> The desired output is shown in 3ird attachment.
>
> How should the code be modified to get the desired output?
Try flushing the stream before switching back to the original buffer.
In Christ,
Steven Watanabe