diff --git a/doc/acknowledgments.html b/doc/acknowledgments.html index e0484881..cb2f9800 100644 --- a/doc/acknowledgments.html +++ b/doc/acknowledgments.html @@ -27,6 +27,8 @@ http://www.boost.org/LICENSE_1_0.txt)
pointer_conflict
incompatible_native_format
array_size_too_short
- stream_error
+ input_stream_error
+ output_stream_error
invalid_class_name
unregistered_class
multiple_code_instantiation
@@ -70,7 +71,7 @@ public:
incompatible_native_format, // attempt to read native binary format
// on incompatible platform
array_size_too_short, // array being loaded doesn't fit in array allocated
- stream_error // i/o error on stream
+ input_stream_error // error on stream input
invalid_class_name, // class name greater than the maximum permitted.
// most likely a corrupted archive or an attempt
// to insert virus via buffer overrun method.
@@ -79,8 +80,9 @@ public:
unsupported_class_version, // type saved with a version # greater than the
// one used by the program. This indicates that the proggram
// needs to be rebuilt.
- multiple_code_instantiation // code for implementing serialization for some
+ multiple_code_instantiation, // code for implementing serialization for some
// type has been instantiated in more than one module.
+ output_stream_error // error on stream output
} exception_code;
exception_code code;
archive_exception(exception_code c) : code(c) {}
@@ -177,7 +179,11 @@ An attempt has been made to read an array that is larger than the array size.
This should only occur when the size of an array in code is reduced after an
archive has already been created.
-stream_errorinput_stream_error
+output_stream_error
+extended_type_info implementation.
@@ -321,7 +321,7 @@ proper destructor and recovers allocated memory.
extended_type_info
-implementatio's.
+implementations.
is implemented in terms of the standard typeid(). It presumes that RTTI support is enabled
@@ -408,7 +408,7 @@ constructor of "my_class".
A complete example of this can be found
-here
+here
extended_type_info_typeid
© Copyright Robert Ramey 2005-2009.
Distributed under the Boost Software License, Version 1.0. (See
diff --git a/doc/faq.html b/doc/faq.html
index 5830b8f9..3cdb8fbe 100644
--- a/doc/faq.html
+++ b/doc/faq.html
@@ -38,16 +38,14 @@ in a constructive way by adding in your own item. The best way to do this
is to create a "TRAK" item
which includes the text you want to add to this list.
-
-
-
- © Copyright Robert Ramey 2002-2009. Distributed - under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt - or copy at http://www.boost.org/LICENSE_1_0.txt) -
++© Copyright Robert Ramey 2002-2009. Distributed +under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt +or copy at http://www.boost.org/LICENSE_1_0.txt)