From 755dd5959cdfa4968c19efe4830aa48ab8beb937 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 14 Mar 2017 17:24:29 +0000 Subject: [PATCH] Also mark LWG#2785 as complete, because we already implemented that git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@297753 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1z_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html index b37043e03..b7e23ea0c 100644 --- a/www/cxx1z_status.html +++ b/www/cxx1z_status.html @@ -437,7 +437,7 @@ 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 parseKonaComplete - 2785quoted should work with basic_string_viewKona + 2785quoted should work with basic_string_viewKonaComplete 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