$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74379 - trunk/libs/unordered/doc
From: dnljms_at_[hidden]
Date: 2011-09-14 17:06:38
Author: danieljames
Date: 2011-09-14 17:06:38 EDT (Wed, 14 Sep 2011)
New Revision: 74379
URL: http://svn.boost.org/trac/boost/changeset/74379
Log:
Unordered: Change log note about new emplace.
Text files modified: 
   trunk/libs/unordered/doc/changes.qbk |     8 ++++++++                                
   1 files changed, 8 insertions(+), 0 deletions(-)
Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk	(original)
+++ trunk/libs/unordered/doc/changes.qbk	2011-09-14 17:06:38 EDT (Wed, 14 Sep 2011)
@@ -155,4 +155,12 @@
 * Allocator's `construct` and `destroy` functions are called with raw
   pointers, rather than the allocator's `pointer` type.
 
+* `emplace` used to emulate the variadic pair constructors that
+  appeared in early C++0x drafts. Since they were removed it no
+  longer does so. It does emulate the new `piecewise_construct`
+  pair constructors - only you need to use
+  `boost::piecewise_construct`. To use the old emulation of
+  the variadic consturctors define
+  `BOOST_UNORDERED_DEPRECATED_PAIR_CONSTRUCT`.
+
 [endsect]