$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Roman Perepelitsa (romka_at_[hidden])
Date: 2006-08-30 11:10:25
Roman Perepelitsa <romka <at> ptc.ru> writes:
>
> Hi.
>
> I've implemented output stream using boost.iostreams library. It requires
call
> to flush in order to actually write data to sink. But I want to flush data
to
> sink automatically after I write any object with operator<<.
Sorry for the noise, I've solved the problem by using input streams and source
instead of output stream and sink.
Roman Perepelitsa.