From fc483e60bcc5387d1c609012c313b9c3c18f637f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Wed, 3 Aug 2011 08:34:11 +0000 Subject: [PATCH] Unordered: Fix link to swap issue. [SVN r73502] --- doc/rationale.qbk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rationale.qbk b/doc/rationale.qbk index ff371386..6662f13e 100644 --- a/doc/rationale.qbk +++ b/doc/rationale.qbk @@ -126,7 +126,7 @@ a little to accomodate non-C++0x compilers. It isn't clear how to swap containers when their allocators aren't equal. This is -[@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-active.html#431 +[@http://www.open-std.org/jtc1/sc22/wg21/docs/lwg-defects.html#431 Issue 431: Swapping containers with unequal allocators]. This has been resolved with the new allocator specification, so this should be fixed when support is added.