
21 Aug
2004
21 Aug
'04
10:19 p.m.
"tom brinkman" <reportbase@yahoo.com> wrote in message news:cg8di6$jat$1@sea.gmane.org...
The review of Daryle Walker's "More IO" library begins today, August 21, 2004.
I'll submit a review later. Right now I'm just trying to compile some examples. I've found that I can't get basic_array_stream to compile unless I explicitly specify the traits template argument, although it's documented to have the obvious default. The following produces an error 'basic_array_stream: too few template arguments' (VC7.1 and como). #include <boost/io/array_stream.hpp> int main() { boost::io::basic_array_stream<1000, char> io; } Jonathan