diff --git a/libs/io/doc/index.html b/libs/io/doc/index.html new file mode 100644 index 0000000..4885739 --- /dev/null +++ b/libs/io/doc/index.html @@ -0,0 +1,67 @@ + + +
+![]() |
+ Home | +Libraries | +People | +FAQ | +More | +
Header / Docs | +Contents | +
---|---|
+ <boost/io_fwd.hpp>
+ |
+ + Forward declaration header. + | +
+ <boost/io/ios_state.hpp> + documentation + |
+ + State-saving classes for various IOStream attributes. + | +
The I/O sub-library of Boost helps segregate the large number of +Boost headers. This sub-library should contain various items to use +with/for the standard I/O library.
+ +Revised: 26 Feb 2002
+ +Copyright 2002 Daryle Walker. Use, modification, and distribution are +subject to the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or a copy at <http://www.boost.org/LICENSE_1_0.txt>.)
+ + diff --git a/libs/io/test/Jamfile.v2 b/libs/io/test/Jamfile.v2 new file mode 100644 index 0000000..4b48bce --- /dev/null +++ b/libs/io/test/Jamfile.v2 @@ -0,0 +1,26 @@ +# Boost.IO Library test Jamfile +# +# Copyright 2003 Daryle Walker. Use, modification, and distribution +# are subject to the Boost Software License, Version 1.0. (See +# accompanying file LICENSE_1_0.txt or a copy at +#