Boost logo

Boost :

From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-08-21 17:19:20


"tom brinkman" <reportbase_at_[hidden]> wrote in message
news:cg8di6$jat$1_at_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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk