From 68b40252922b9fde9a877e460e5a98c2c16389e6 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Wed, 14 Aug 2013 15:28:40 +0000 Subject: [PATCH] Mark LWG Issue #2110 and #2113 as completed - they were already done git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188378 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 07dae697..4b11fa84 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -100,8 +100,8 @@ 2099Unnecessary constraints of va_start() usagePortland 2103std::allocator_traits<std::allocator<T>>::propagate_on_container_move_assignmentPortland 2105Inconsistent requirements on const_iterator's value_typePortland - 2110remove can't swap but note says it mightPortland - 2123merge() allocator requirements for lists versus forward listsPortland + 2110remove can't swap but note says it mightPortlandComplete + 2123merge() allocator requirements for lists versus forward listsPortlandComplete 2005unordered_map::insert(T&&) protection should apply to map tooPortland 2011Unexpected output required of stringsPortland 2048Unnecessary mem_fn overloadsPortland