From bce2a4752a8f726c92d0c71b4a8e467e7a37b00c Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 26 Aug 2013 17:31:31 +0000 Subject: [PATCH] Mark LWG issues 2011, 2015, 2033, 2065, 2071, 2102, 2235 as complete b/c libc++ already fixed them. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@189232 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 9b28ad365..661243498 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -102,10 +102,10 @@ 1214Insufficient/inconsistent key immutability requirements for associative containersKonaComplete 2009Reporting out-of-bound values on numeric string conversionsKonaComplete 2010is_* traits for binding operations can't be meaningfully specializedKonaComplete - 2015Incorrect pre-conditions for some type traitsKona + 2015Incorrect pre-conditions for some type traitsKonaComplete 2021Further incorrect usages of result_ofKona 2028messages_base::catalog overspecifiedKonaComplete - 2033Preconditions of reserve, shrink_to_fit, and resize functionsKona + 2033Preconditions of reserve, shrink_to_fit, and resize functionsKonaComplete 2039Issues with std::reverse and std::copy_ifKonaComplete 2044No definition of "Stable" for copy algorithmsKonaComplete 2045forward_list::merge and forward_list::splice_after with unequal allocatorsKona @@ -114,13 +114,13 @@ 2053Errors in regex bitmask typesKonaComplete 2061make_move_iterator and arraysKona 2064More noexcept issues in basic_stringKonaComplete - 2065Minimal allocator interfaceKona + 2065Minimal allocator interfaceKonaComplete 2067packaged_task should have deleted copy c'tor with const parameterKonaComplete 2069Inconsistent exception spec for basic_string move constructorKonaComplete 2096Incorrect constraints of future::get in regard to MoveAssignableKonaComplete - 2102Why is std::launch an implementation-defined type?Kona + 2102Why is std::launch an implementation-defined type?KonaComplete - 2071std::valarray move-assignmentPortland + 2071std::valarray move-assignmentPortlandComplete 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_beforePortlandComplete @@ -131,7 +131,7 @@ 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 + 2011Unexpected output required of stringsPortlandComplete 2048Unnecessary mem_fn overloadsPortland 2049is_destructible is underspecifiedPortland 2056future_errc enums start with value 0 (invalid value for broken_promise)Portland @@ -177,7 +177,7 @@ 2225Unrealistic header inclusion checks requiredBristolComplete 2229Standard code conversion facets underspecifiedBristol 2231DR 704 removes complexity guarantee for clear()BristolComplete - 2235Undefined behavior without proper requirements on basic_string constructorsBristol + 2235Undefined behavior without proper requirements on basic_string constructorsBristolComplete

Last Updated: 13-Aug-2013