From 297d1c58b2f648416621d2910a049e5f8806900f Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 5 Oct 2015 21:11:20 +0000 Subject: [PATCH] Mark 2380 and 2384 as complete; no changes needed llvm-svn: 249354 --- libcxx/www/kona.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libcxx/www/kona.html b/libcxx/www/kona.html index 96f75ab38df8..90de980d8e1c 100644 --- a/libcxx/www/kona.html +++ b/libcxx/www/kona.html @@ -75,8 +75,8 @@ 2336is_trivially_constructible/is_trivially_assignable traits are always falseKona 2353std::next is over-constrainedKona 2367pair and tuple are not correctly implemented for is_constructible with no argsKona - 2380May <cstdlib> provide long ::abs(long) and long long ::abs(long long)?Kona - 2384Allocator's deallocate function needs better specificationKona + 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 2435reference_wrapper::operator()'s Remark should be deletedKonaComplete 2447Allocators and volatile-qualified value typesKona @@ -120,8 +120,8 @@
  • 2336 - Check later
  • 2353 - Simple change, needs a test. (test probably used to exist)
  • 2367 - Ask Eric to do it. Tests.
  • -
  • 2380 - No code changes here; we already do this.
  • -
  • 2384 - Wording cleanup; no code change required
  • +
  • 2380 - No code changes here; we already do this.
  • +
  • 2384 - Wording cleanup; no code change required
  • 2385 - Removing broken signatures. Only question is "how far back"?
  • 2435 - Wording cleanup; no code change required
  • 2447 - I don't know if there's any work here.