From 22a0d18f850303b324b979144beb0e5fa53503ec Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 20 May 2007 17:41:03 +0000 Subject: [PATCH] Rehash is also required to be stable. [SVN r4148] --- doc/rationale.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rationale.qbk b/doc/rationale.qbk index bf4ead1f..3982032a 100644 --- a/doc/rationale.qbk +++ b/doc/rationale.qbk @@ -118,7 +118,7 @@ should probably change it to a slow swap. [h3 [@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#518 518. Are insert and erase stable for unordered_multiset and unordered_multimap?]] -The current proposal is that insert and erase are stable - so they are here. +The current proposal is that insert, erase and rehash are stable - so they are here. [h3 [@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#528 528. TR1: issue 6.19 vs 6.3.4.3/2 (and 6.3.4.5/2)]]