Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49342 - website/public_html/beta/feed/history
From: daniel_james_at_[hidden]
Date: 2008-10-15 06:43:06


Author: danieljames
Date: 2008-10-15 06:43:06 EDT (Wed, 15 Oct 2008)
New Revision: 49342
URL: http://svn.boost.org/trac/boost/changeset/49342

Log:
Release notes for unordered and hash.
Text files modified:
   website/public_html/beta/feed/history/boost_1_37_0.qbk | 8 ++++++++
   1 files changed, 8 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_37_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_37_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_37_0.qbk 2008-10-15 06:43:06 EDT (Wed, 15 Oct 2008)
@@ -40,6 +40,8 @@
     currently in the [^C++0x] working paper)
   * Miscellaneous improvements to documentation, code examples and
     implementation details.
+* [phrase library..[@/libs/functional/hash/index.html Hash]:]
+ * Minor bug fix (see [@http://svn.boost.org/trac/boost/ticket/2264 Ticket 2264]).
 * [phrase library..[@/libs/interprocess/index.html Interprocess]:]
   * Added placement insertion (`emplace()`, `emplace_back()`...) methods to
      containers.
@@ -52,6 +54,12 @@
   * Added incremental hashing to unordered containers via `incremental<>`
      option.
   * Minor bug fixes.
+* [phrase library..[@/libs/unordered/index.html Unordered]:]
+ * 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 of the implementation inside the `boost/unordered` directory.
 
 [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