$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [iostreams] writing to filtering_ostream
From: Igor R (boost.lists_at_[hidden])
Date: 2009-12-20 13:31:30
> I tried to re-write it like this:
> Â someFilteringStream->write(sourceData, sourceSize);
> or this:
> Â iostreams::write(someFilteringStream, sourceData, sourceSize);
> But neither of the above executes the filter.
someFilteringStream.flush() - solves the issue.
Sorry for the noise.