From abba685fcda46bb775a8e34e66f6a176f0a780cb Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 14 Mar 2017 17:08:47 +0000 Subject: Implement LWG2784, and mark 2786, 2795, 2804, 2812, 2826, 2834, 2837 and 2838 as complete - since we do them already git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@297752 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1z_status.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'www/cxx1z_status.html') diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html index b31cdc6de..b37043e03 100644 --- a/www/cxx1z_status.html +++ b/www/cxx1z_status.html @@ -436,28 +436,28 @@ 2769Redundant const in the return type of any_cast(const any&)KonaComplete 2781Contradictory requirements for std::function and std::reference_wrapperKonaComplete 2782scoped_allocator_adaptor constructors must be constrainedKona - 2784Resolution to LWG 2484 is missing "otherwise, no effects" and is hard to parseKona + 2784Resolution to LWG 2484 is missing "otherwise, no effects" and is hard to parseKonaComplete 2785quoted should work with basic_string_viewKona - 2786Annex C should mention shared_ptr changes for array supportKona + 2786Annex C should mention shared_ptr changes for array supportKonaComplete 2787§[file_status.cons] doesn't match class definitionKonaComplete 2788basic_string range mutators unintentionally require a default constructible allocatorKona 2789Equivalence of contained objectsKonaComplete 2790Missing specification of istreambuf_iterator::operator->Kona 2794Missing requirements for allocator pointersKona - 2795§[global.functions] provides incorrect example of ADL useKona + 2795§[global.functions] provides incorrect example of ADL useKonaComplete 2796tuple should be a literal typeKona 2801Default-constructibility of unique_ptrKona 2802shared_ptr constructor requirements for a deleterKona - 2804Unconditional constexpr default constructor for istream_iteratorKona + 2804Unconditional constexpr default constructor for istream_iteratorKonaComplete 2806Base class of bad_optional_accessKonaComplete 2807std::invoke should use std::is_nothrow_callableKona - 2812Range access is available with <string_view>Kona + 2812Range access is available with <string_view>KonaComplete 2824list::sort should say that the order of elements is unspecified if an exception is thrownKona - 2826string_view iterators use old wordingKona - 2834Resolution LWG 2223 is missing wording about end iteratorsKona + 2826string_view iterators use old wordingKonaComplete + 2834Resolution LWG 2223 is missing wording about end iteratorsKonaComplete 2835LWG 2536 seems to misspecify <tgmath.h>Kona - 2837gcd and lcm should support a wider range of input valuesKona - 2838is_literal_type specification needs a little cleanupKona + 2837gcd and lcm should support a wider range of input valuesKonaComplete + 2838is_literal_type specification needs a little cleanupKonaComplete 2842in_place_t check for optional::optional(U&&) should decay UKona 2850std::function move constructor does unnecessary workKona 2853Possible inconsistency in specification of erase in [vector.modifiers]Kona -- cgit v1.2.3