|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r74136 - trunk/libs/unordered/doc
From: dnljms_at_[hidden]
Date: 2011-08-29 11:22:01
Author: danieljames
Date: 2011-08-29 11:22:00 EDT (Mon, 29 Aug 2011)
New Revision: 74136
URL: http://svn.boost.org/trac/boost/changeset/74136
Log:
Unordered: Another breaking change.
Text files modified:
trunk/libs/unordered/doc/changes.qbk | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
Modified: trunk/libs/unordered/doc/changes.qbk
==============================================================================
--- trunk/libs/unordered/doc/changes.qbk (original)
+++ trunk/libs/unordered/doc/changes.qbk 2011-08-29 11:22:00 EDT (Mon, 29 Aug 2011)
@@ -151,4 +151,7 @@
the allocator has a member structure `propagate_on_container_swap`,
such that `propagate_on_container_swap::value` is true.
+* Allocator's `construct` and `destroy` functions are called with raw
+ pointers, rather than the allocator's `pointer` type.
+
[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