From 0f5c2e1a7d51f9703b51b9e347f11b19e9cabcb5 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Fri, 12 Oct 2007 00:04:10 +0000 Subject: [PATCH] Quick note about n2339 - Response to N2257=07-0117 "Removing unused allocator functions" [SVN r39953] --- doc/rationale.qbk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/rationale.qbk b/doc/rationale.qbk index d5079dc8..723db3f6 100644 --- a/doc/rationale.qbk +++ b/doc/rationale.qbk @@ -105,6 +105,8 @@ This proposal suggests removing the `construct`, `destroy` and `address` member functions - all of which Boost.Unordered calls. It's near trivial to replace the calls with the appropriate code - and will simplify the implementation, as well as make supporting `emplace` easier. +[@http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2007/n2339.htm +N2339] opposed this change. [h3 [@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#431 431. Swapping containers with unequal allocators]]