
15 Mar
2012
15 Mar
'12
1:24 a.m.
This looks to me to some issue with boost::io_streams. Try your example with a regular stream (e.g. std::fostream).
Same error with a regular stream, here's the current example:
#include <fstream>
#include