From 28ac01bfc848c89d86b03111283aaa431f35a445 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 6 Oct 2015 20:35:15 +0000 Subject: [PATCH] Updated issue 2476 llvm-svn: 249461 --- libcxx/www/kona.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/www/kona.html b/libcxx/www/kona.html index 583e82866dd7..93b6d2be9d44 100644 --- a/libcxx/www/kona.html +++ b/libcxx/www/kona.html @@ -84,7 +84,7 @@ 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 semanticsKonaComplete - 2476scoped_allocator_adaptor is not assignableKona + 2476scoped_allocator_adaptor is not assignableKonaPatch Ready 2477Inconsistency of wordings in std::vector::erase() and std::deque::erase()Kona 2483throw_with_nested() should use is_finalKonaComplete 2484rethrow_if_nested() is doubly unimplementableKonaComplete @@ -129,7 +129,7 @@
  • 2466 - Simple change; need a test. Patch Available
  • 2469 - This is a followon to 2464, which we're done. This restates a bunch of operations in terms of newer ops. Probably refactoring to do here, but tests shouldn't change.
  • 2473 - There are two changes here; one to filebuf::seekpos and the other to filebuf::sync. We do both of these already.
  • -
  • 2476 - Simple change; need tests.
  • +
  • 2476 - Just needed tests. Patch Available
  • 2477 - Definitely wording cleanup, but check the tests.
  • 2483 - We already do this.
  • 2484 - We already do this.