$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Daryle Walker (dwalker07_at_[hidden])
Date: 2003-06-11 17:01:19
On Tuesday, June 10, 2003, at 4:43 PM, Larry Evans wrote:
> 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?
The "basic_array_ostream" template is hidden under that big ugly macro 
in the header.
Daryle