$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r80175 - trunk/libs/container/doc
From: igaztanaga_at_[hidden]
Date: 2012-08-24 17:35:28
Author: igaztanaga
Date: 2012-08-24 17:35:27 EDT (Fri, 24 Aug 2012)
New Revision: 80175
URL: http://svn.boost.org/trac/boost/changeset/80175
Log:
Ticket #6606
Text files modified: 
   trunk/libs/container/doc/container.qbk |    11 +++++++----                             
   1 files changed, 7 insertions(+), 4 deletions(-)
Modified: trunk/libs/container/doc/container.qbk
==============================================================================
--- trunk/libs/container/doc/container.qbk	(original)
+++ trunk/libs/container/doc/container.qbk	2012-08-24 17:35:27 EDT (Fri, 24 Aug 2012)
@@ -38,7 +38,7 @@
 * The library offers new useful containers:
   * [classref boost::container::flat_map flat_map],
     [classref boost::container::flat_set flat_set],
-    [classref boost::container::flat_multiset flat_multiset] and
+    [classref boost::container::flat_multimap flat_multimap] and
     [classref boost::container::flat_multiset flat_multiset]: drop-in
     replacements for standard associative containers but more memory friendly and with faster
     searches.
@@ -616,8 +616,12 @@
 
 [section:release_notes_boost_1_52_00 Boost 1.52 Release]
 
-*  Fixed bug
-  [@https://svn.boost.org/trac/boost/ticket/7232 #7232].
+*  Fixed bugs
+  [@https://svn.boost.org/trac/boost/ticket/6606 #6606],
+  [@https://svn.boost.org/trac/boost/ticket/7139 #7139],
+  [@https://svn.boost.org/trac/boost/ticket/7215 #7215],
+  [@https://svn.boost.org/trac/boost/ticket/7232 #7232],
+  [@https://svn.boost.org/trac/boost/ticket/7269 #7269].
 
 [endsect]
 
@@ -641,7 +645,6 @@
   [@https://svn.boost.org/trac/boost/ticket/6536 #6536],
   [@https://svn.boost.org/trac/boost/ticket/6566 #6566],
   [@https://svn.boost.org/trac/boost/ticket/6575 #6575],
-  [@https://svn.boost.org/trac/boost/ticket/6606 #6606],
   [@https://svn.boost.org/trac/boost/ticket/6615 #6615],
   
 [endsect]