30 Aug
2006
30 Aug
'06
3:10 p.m.
Roman Perepelitsa
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.