diff --git a/www/kona.html b/www/kona.html index dcebbfff0..4eb4431c6 100644 --- a/www/kona.html +++ b/www/kona.html @@ -79,8 +79,8 @@ 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 - 2462std::ios_base::failure is overspecifiedKona + 2447Allocators and volatile-qualified value typesKonaComplete + 2462std::ios_base::failure is overspecifiedKonaComplete 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 @@ -124,10 +124,10 @@
  • 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.
  • -
  • 2462 - No code change necessary. I don't see any tests. I think that there should be
  • +
  • 2447 - This is a relaxation of a requirement that we satisfy. No changes needed..
  • +
  • 2462 - Added a simple test. No code change needed Patch Available
  • 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.
  • +
  • 2469 - This is a follow on 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 - Just needed tests. Patch Available
  • 2477 - Wording cleanup.