diff --git a/www/kona.html b/www/kona.html index 31514943c..96f75ab38 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.