diff --git a/www/kona.html b/www/kona.html index 583e82866..93b6d2be9 100644 --- a/www/kona.html +++ b/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.