Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r58004 - trunk/libs/unordered/doc
From: daniel_james_at_[hidden]
Date: 2009-11-28 06:46:25


Author: danieljames
Date: 2009-11-28 06:46:24 EST (Sat, 28 Nov 2009)
New Revision: 58004
URL: http://svn.boost.org/trac/boost/changeset/58004

Log:
Document the unordered changes.
Text files modified:
   trunk/libs/unordered/doc/changes.qbk | 5 +++++
   1 files changed, 5 insertions(+), 0 deletions(-)

Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk (original)
+++ trunk/libs/unordered/doc/changes.qbk 2009-11-28 06:46:24 EST (Sat, 28 Nov 2009)
@@ -102,5 +102,10 @@
 
 * Buckets are allocated lazily which means that constructing an empty container
   will not allocate any memory.
+
+[h2 Boost 1.42.0]
+
+* Support instantiating the containers with incomplete value types.
+* Reduced the number of warnings (mostly in tests).
 
 [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