$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2004-09-07 09:33:12
Jon Biggar <jon_at_[hidden]> wrote:
> Is there any package in Boost (or upcoming in the Boost review queue)
> that would let me create an output stream that clones its output to
> one or more underlying output streams?
Jonathan Turkanis's Iostream library, which is currently under review
and has been mostly positively received, seems to make it pretty
trivial to write such a thing - see
<http://listarchives.boost.org/MailArchives/boost/msg69799.php> and
<http://listarchives.boost.org/MailArchives/boost/msg69827.php>.