diff --git a/doc/extended_type_info.html b/doc/extended_type_info.html index 9c8332c4..94e587b6 100644 --- a/doc/extended_type_info.html +++ b/doc/extended_type_info.html @@ -1,4 +1,4 @@ - + +

+ Differences from Boost 1.39

+ + As of this writing, all bug reports filed + as TRAK tickets have been addressed. There are some TRAK tickets pending which + would best be described as feature requests. See Pending Issues.

Differences from Boost 1.37

There are no new features in this version. As of this writing, all bug reports filed @@ -151,9 +163,6 @@ at the front of the list of include paths. untracked types, but this has not been done.
  • Pointers to pointers cannot currently be serialized -
  • currently can't serialize through a pointer an object a of class that implements - its own new/delete - operators.
  • Its possible that std::string and std::wstring contain characters such as '\0' and -1 (EOF) which cannot be rendered in text and diff --git a/doc/smart_cast.html b/doc/smart_cast.html index cb921f35..1d43e8ad 100644 --- a/doc/smart_cast.html +++ b/doc/smart_cast.html @@ -58,7 +58,7 @@ These rules can make it difficult to use casting with a function template argume Consider the following example:
    
    -#include <boost/smart_cast.hpp>
    +#include <boost/serialization/smart_cast.hpp>
     
     struct top {
     };
    diff --git a/doc/static_warning.html b/doc/static_warning.html
    index d3cf2835..050f1542 100644
    --- a/doc/static_warning.html
    +++ b/doc/static_warning.html
    @@ -26,7 +26,7 @@ http://www.boost.org/LICENSE_1_0.txt)
     
     
    -The header <boost/static_warning.hpp> supplies a single macro +The header <boost/serialization/static_warning.hpp> supplies a single macro BOOST_STATIC_WARNING(x), which generates a compile time warning message if the integral-constant-expression x is not true.

    diff --git a/doc/strong_typedef.html b/doc/strong_typedef.html index 631a158f..bc8f25d8 100644 --- a/doc/strong_typedef.html +++ b/doc/strong_typedef.html @@ -1,4 +1,4 @@ - +