$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Iostreams: how can I control my (ostream) filter?
From: Akim Demaille (akim_at_[hidden])
Date: 2014-11-16 15:21:38
Le 16 nov. 2014 à 21:06, Sylro <syrmonsieur_at_[hidden]> a écrit :
> Hi Akim.
>
> I see what you're trying to do : sync up to the filter, but not beyond,
> would be a simple solution.
> However boost::iostreams::flush() will always flush everything, up to the
> final device.
Thanks for the counter-example! I have absolutely no desire
to design a protocol, as you did, but then, at this point, it
seems to be the only efficient solution :(