From f7b63d646b17711fa74ce97fc05d02055c63523d Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 10 Mar 2014 17:59:59 +0000 Subject: [PATCH] Mark issues #2357 (wording changes in the standard, no functionality change) and #2132 (libc++ already does this) as complete. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@203478 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 27c362420..118963a61 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -231,7 +231,7 @@ 1450Contradiction in regex_constantsIssaquahComplete 2003String exception inconsistency in erase.IssaquahComplete 2112User-defined classes that cannot be derived fromIssaquahComplete - 2132std::function ambiguityIssaquah + 2132std::function ambiguityIssaquahComplete 2182Container::[const_]reference types are misleadingly specifiedIssaquahComplete 2188Reverse iterator does not fully support targets that overload operator&IssaquahComplete 2193Default constructors for standard library containers are explicitIssaquahComplete @@ -263,7 +263,7 @@ 2346integral_constant's member functions should be marked noexceptIssaquahComplete 2350min, max, and minmax should be constexprIssaquahComplete 2356Stability of erasure in unordered associative containersIssaquah - 2357Remaining "Assignable" requirementIssaquah + 2357Remaining "Assignable" requirementIssaquahComplete 2359How does regex_constants::nosubs affect basic_regex::mark_count()?IssaquahComplete 2360reverse_iterator::operator*() is unimplementableIssaquah 2104unique_lock move-assignment should not be noexceptIssaquah