$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (jcampbell3_at_[hidden])
Date: 2003-06-10 16:43:04
Daryle Walker wrote:
> Since my last announcement (a couple of weeks ago) of refining the 
> more_io files that were reviewed a few months ago, I've done another set 
> of revisions.  The altered files are in the Boost Sandbox CVS.
> 
> Besides an altered "boost/io_fwd.hpp" and "libs/io/doc/index.html", we got:
>     boost/io/array_stream.hpp
[snip]
>     libs/io/test/array_stream_test.cpp
The array_stream_test.cpp includes:
typedef boost::io::basic_array_ostream<alphabet_length, char>    aostream;
however, that's not defined in array_stream.hpp.  Where can I find
its definition?