From ad41a2f4805343e89a7de3a2e243f519aa29b95a Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 29 Dec 2015 23:18:27 +0000 Subject: [PATCH] Mark LWG defect #2367 as complete llvm-svn: 256597 --- libcxx/www/cxx1z_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcxx/www/cxx1z_status.html b/libcxx/www/cxx1z_status.html index 693bc3a910aa..42bc3d76032a 100644 --- a/libcxx/www/cxx1z_status.html +++ b/libcxx/www/cxx1z_status.html @@ -165,7 +165,7 @@ 2273regex_match ambiguityKona 2336is_trivially_constructible/is_trivially_assignable traits are always falseKona 2353std::next is over-constrainedKonaComplete - 2367pair and tuple are not correctly implemented for is_constructible with no argsKonaPatch Ready + 2367pair and tuple are not correctly implemented for is_constructible with no argsKonaComplete 2380May <cstdlib> provide long ::abs(long) and long long ::abs(long long)?KonaComplete 2384Allocator's deallocate function needs better specificationKonaComplete 2385function::assign allocator argument doesn't make senseKona