Unordered: Fix link to swap issue.

[SVN r73502]
This commit is contained in:
Daniel James
2011-08-03 08:34:11 +00:00
parent 910cd41c47
commit fc483e60bc

View File

@ -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. It isn't clear how to swap containers when their allocators aren't equal.
This is 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 Issue 431: Swapping containers with unequal allocators]. This has been resolved
with the new allocator specification, so this should be fixed when with the new allocator specification, so this should be fixed when
support is added. support is added.