$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ramey_at_[hidden]
Date: 2008-06-10 16:21:21
Author: ramey
Date: 2008-06-10 16:21:21 EDT (Tue, 10 Jun 2008)
New Revision: 46306
URL: http://svn.boost.org/trac/boost/changeset/46306
Log:
updated comment regarding serialization of std::map
Text files modified:
trunk/libs/serialization/doc/release.html | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
Modified: trunk/libs/serialization/doc/release.html
==============================================================================
--- trunk/libs/serialization/doc/release.html (original)
+++ trunk/libs/serialization/doc/release.html 2008-06-10 16:21:21 EDT (Tue, 10 Jun 2008)
@@ -130,7 +130,6 @@
is fixed in this version. Unfortunately, the fix breaks serialization of
<code style="white-space: normal">std::map</code> for those compilers which do not support
partial template specialization.
- <li>Without taking special precautions, racking fails for types placed in a <code style="white-space: normal">std::map</code>.
</ul>
<p>
Aside from the above, there are a number of issues related to specific platforms.