[boost] Review Request: I/O Manipulators and Adaptors

2002-11-24 Thread Daryle Walker
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
boost/io_fwd.hpp [updated]
libs/io/doc/array_stream.html
libs/io/doc/index.html [updated]
libs/io/doc/iomanip.html
libs/io/doc/streambuf_wrapping.html
libs/io/test/array_stream_test.cpp
libs/io/test/iomanip_test.cpp

Of course, now is the time for people to notify me of errors or 
omissions.

Daryle

___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost


RE: [boost] Review Request: I/O Manipulators and Adaptors

2002-11-25 Thread Jeff Garland

> 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
> boost/io_fwd.hpp [updated]
> libs/io/doc/array_stream.html
> libs/io/doc/index.html [updated]
> libs/io/doc/iomanip.html
> libs/io/doc/streambuf_wrapping.html
> libs/io/test/array_stream_test.cpp
> libs/io/test/iomanip_test.cpp
> 
> Of course, now is the time for people to notify me of errors or 
> omissions.

Should we consider integration with the recent xalloc postings?
(I'm just asking, I haven't looked to see is this makes sense)

http://aspn.activestate.com/ASPN/Mail/Message/1408266

Jeff
 

___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost



Re: [boost] Review Request: I/O Manipulators and Adaptors

2002-11-26 Thread Larry Evans
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.




___
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost