$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Larry Evans (jcampbell3_at_[hidden])
Date: 2002-11-26 10:15:50
Daryle Walker wrote:
> Could we arrange a review of the I/O stuff I currently have in the
> sandbox? The files are:
>
> boost/io/array_stream.hpp
> boost/io/iomanip.hpp
> boost/io/streambuf_wrapping.hpp
I haven't looked at this code closely, but maybe it can be used instead
of the
col_io code in http://groups.yahoo.com/group/boost/files/shared_cyclic_ptr/
shared_cyclic_ptr.zip. I'd like to see if it could be used. It might
be a good
test to see how useful boost/io is. If I have time, I'll try, but maybe
you
could see if col_io can be modified to use boost/io streambuf_wrapping.
col_io simply move's the margin left or right a given amount. This is
useful
for indenting code or output.