From f58a3fc3eb259dbe17958058a7db4737fd64d216 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Mon, 29 Aug 2011 15:22:00 +0000 Subject: [PATCH] Unordered: Another breaking change. [SVN r74136] --- doc/changes.qbk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/changes.qbk b/doc/changes.qbk index 58a16854..a10f2b70 100644 --- a/doc/changes.qbk +++ b/doc/changes.qbk @@ -151,4 +151,7 @@ in some breaking changes: 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]