From fa8c64946a84be9377ff7eb79d2aa306941aac03 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 5 Oct 2015 21:08:49 +0000 Subject: [PATCH] Patch for 2466 is ready git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249352 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/kona.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/kona.html b/www/kona.html index 31514943..96f75ab3 100644 --- a/www/kona.html +++ b/www/kona.html @@ -81,7 +81,7 @@ 2435reference_wrapper::operator()'s Remark should be deletedKonaComplete 2447Allocators and volatile-qualified value typesKona 2462std::ios_base::failure is overspecifiedKona - 2466allocator_traits::max_size() default behavior is incorrectKona + 2466allocator_traits::max_size() default behavior is incorrectKonaPatch Ready 2469Wrong specification of Requires clause of operator[] for map and unordered_mapKona 2473basic_filebuf's relation to C FILE semanticsKona 2476scoped_allocator_adaptor is not assignableKona @@ -126,7 +126,7 @@
  • 2435 - Wording cleanup; no code change required
  • 2447 - I don't know if there's any work here.
  • 2462 - No code change necessary. Are there tests here? Should there be?
  • -
  • 2466 - Simple change; need a test.
  • +
  • 2466 - Simple change; need a test.
  • 2469 - I suspect this is just wording cleanup, but it needs a closer look.
  • 2473 - I suspect this is just wording cleanup, but it needs a closer look.
  • 2476 - Simple change; need tests.