$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-08-03 11:34:45
Russell Hind wrote:
> 2.1.1 states
>
> "Here io::stream<my_device> is a derived class of
> std::basic_streambuf,
> and io::stream<my_device> is a derived class of std::basic_istream,
> std::basic_ostream or std::basic_iostream depending on the mode of
> my_device, i.e., depending on which of the fundamental i/o operations
> read, write and seek it supports."
>
> Shouldn't the first part be "Here io::stream_buffer<my_device>"?
Yes, thanks!
> Cheers
>
> Russell
Jonathan