From 7b5566c5f5d056712deafdf4c0ae90800101b049 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Thu, 22 Aug 2013 18:53:17 +0000 Subject: [PATCH] Mark LWG issues #2083, 2099 and 2105 as complete. No functionality change. llvm-svn: 189044 --- libcxx/www/cxx1y_status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libcxx/www/cxx1y_status.html b/libcxx/www/cxx1y_status.html index 99c8035720e8..9b28ad365294 100644 --- a/libcxx/www/cxx1y_status.html +++ b/libcxx/www/cxx1y_status.html @@ -123,11 +123,11 @@ 2071std::valarray move-assignmentPortland 2074Off by one error in std::reverse_copyPortlandComplete 2081Allocator requirements should include CopyConstructible 2083 const-qualification on weak_ptr::owner_beforePortland - 2083const-qualification on weak_ptr::owner_beforePortland + 2083const-qualification on weak_ptr::owner_beforePortlandComplete 2086Overly generic type support for math functionsPortland - 2099Unnecessary constraints of va_start() usagePortland + 2099Unnecessary constraints of va_start() usagePortlandComplete 2103std::allocator_traits<std::allocator<T>>::propagate_on_container_move_assignmentPortland - 2105Inconsistent requirements on const_iterator's value_typePortland + 2105Inconsistent requirements on const_iterator's value_typePortlandComplete 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