Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r48853 - trunk/libs/unordered/doc
From: daniel_james_at_[hidden]
Date: 2008-09-18 07:23:13


Author: danieljames
Date: 2008-09-18 07:23:12 EDT (Thu, 18 Sep 2008)
New Revision: 48853
URL: http://svn.boost.org/trac/boost/changeset/48853

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

Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk (original)
+++ trunk/libs/unordered/doc/changes.qbk 2008-09-18 07:23:12 EDT (Thu, 18 Sep 2008)
@@ -33,9 +33,13 @@
   are available.
 * Added equality operators.
 
-[h2 Development...]
+[h2 Boost 1.37.0]
 
 * Rename overload of `emplace` with hint, to `emplace_hint` as specified in
   [@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2008/n2691.pdf n2691].
+* Provide forwarding headers at `<boost/unordered/unordered_map_fwd.hpp>` and
+ `<boost/unordered/unordered_set_fwd.hpp>`.
+* Move all the implementation inside `boost/unordered`, to assist
+ modularization and hopefully make it easier to track changes in subversion.
 
 [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