Boost logo

Boost Users :

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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net