From bc9ccda5418632759a52db9dc6f4a2f3ff6ee18f Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 18 May 2015 19:52:49 +0000 Subject: [PATCH] Update C++1z status; mark issues 2059,2369,2415,2454 and 2458 as 'complete'. I have committed patches for all of them git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@237606 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1z_status.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html index 57be145d..818e5749 100644 --- a/www/cxx1z_status.html +++ b/www/cxx1z_status.html @@ -102,20 +102,20 @@ 2376bad_weak_ptr::what() overspecifiedUrbanaComplete 2387More nested types that must be accessible and unambiguousUrbanaComplete - 2059C++0x ambiguity problem with map::eraseLenexa + 2059C++0x ambiguity problem with map::eraseLenexaComplete 2063Contradictory requirements for string move assignmentLenexa 2076Bad CopyConstructible requirement in set constructorsLenexaComplete 2160Unintended destruction ordering-specification of resizeLenexaComplete 2168Inconsistent specification of uniform_real_distribution constructorLenexaComplete 2239min/max/minmax requirementsLenexaComplete 2364deque and vector pop_back don't specify iterator invalidation requirementsLenexaComplete - 2369constexpr max(initializer_list) vs max_elementLenexa + 2369constexpr max(initializer_list) vs max_elementLenexaComplete 2378Behaviour of standard exception typesLenexaComplete 2403stof() should call strtof() and wcstof()LenexaComplete 2406negative_binomial_distribution should reject p == 1LenexaComplete 2407packaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicitLenexa 2411shared_ptr is only contextually convertible to boolLenexaComplete - 2415Inconsistency between unique_ptr and shared_ptrLenexa + 2415Inconsistency between unique_ptr and shared_ptrLenexaComplete 2420function does not discard the return value of the target objectLenexa 2425operator delete(void*, size_t) doesn't invalidate pointers sufficientlyLenexaComplete 2427Container adaptors as sequence containers, reduxLenexaComplete @@ -128,9 +128,9 @@ 2440seed_seq::size() should be noexceptLenexaComplete 2442call_once() shouldn't DECAY_COPY()Lenexa 2448Non-normative Container destructor specificationLenexaComplete - 2454Add raw_storage_iterator::base() memberLenexa + 2454Add raw_storage_iterator::base() memberLenexaComplete 2455Allocator default construction should be allowed to throwLenexaComplete - 2458N3778 and new library deallocation signaturesLenexa + 2458N3778 and new library deallocation signaturesLenexaComplete 2459std::polar should require a non-negative rhoLenexaComplete 2464try_emplace and insert_or_assign misspecifiedLenexa 2467is_always_equal has slightly inconsistent defaultLenexaComplete