Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80776 - trunk/libs/unordered/doc
From: dnljms_at_[hidden]
Date: 2012-09-30 07:55:59


Author: danieljames
Date: 2012-09-30 07:55:58 EDT (Sun, 30 Sep 2012)
New Revision: 80776
URL: http://svn.boost.org/trac/boost/changeset/80776

Log:
Unordered: Update change log.
Text files modified:
   trunk/libs/unordered/doc/changes.qbk | 17 +++++++++++++++++
   1 files changed, 17 insertions(+), 0 deletions(-)

Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk (original)
+++ trunk/libs/unordered/doc/changes.qbk 2012-09-30 07:55:58 EDT (Sun, 30 Sep 2012)
@@ -199,4 +199,21 @@
   for 64 bit values.
 * Some internal changes.
 
+[h2 Boost 1.51.0]
+
+* Fix construction/destruction issue when using a C++11 compiler with a
+ C++03 allocator ([ticket 7100]).
+* Remove a `try..catch` to support compiling without exceptions.
+* Adjust SFINAE use to try to supprt g++ 3.4 ([ticket 7175]).
+* Updated to use the new config macros.
+
+[h2 Boost 1.52.0]
+
+* Faster assign, which assigns to existing nodes where possible, rather than
+ creating entirely new nodes and copy constructing.
+* Reverted some of the internal changes to how nodes are created, especially
+ for C++11 compilers. 'construct' and 'destroy' should work a little better
+ for C++11 allocators.
+* Simplified the implementation a bit. Hopefully more robust.
+
 [endsect]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk