diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index b9e2a61c29d3..c7a2f30526fe 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -68,14 +68,14 @@ 2394locale::name specification unclear - what is implementation-defined?Issaquah 2460LWG issue 2408 and value categoriesIssaquah 2468Self-move-assignment of library typesIssaquah - 2475Allow overwriting of std::basic_string terminator with charT() to allow cleaner interoperation with legacy APIsIssaquah + 2475Allow overwriting of std::basic_string terminator with charT() to allow cleaner interoperation with legacy APIsIssaquahNothing to do. 2503multiline option should be added to syntax_option_typeIssaquah 2510Tag types should not be DefaultConstructibleIssaquah - 2514Type traits must not be finalIssaquah - 2519Iterator operator-= has gratuitous undefined behaviourIssaquah + 2514Type traits must not be finalIssaquahNothing to do + 2519Iterator operator-= has gratuitous undefined behaviourIssaquahNothing to do 2531future::get should explicitly state that the shared state is releasedIssaquah 2534Constrain rvalue stream operatorsIssaquah - 2536What should do?Issaquah + 2536What should <complex.h> do?IssaquahWe already do this 2540unordered_multimap::insert hint iteratorIssaquah 2543LWG 2148 (hash support for enum types) seems under-specifiedIssaquah 2544istreambuf_iterator(basic_streambuf* s) effects unclear when s is 0Issaquah @@ -141,15 +141,15 @@
  • 2358 - We already do this; I improved the tests
  • 2394 -
  • 2460 -
  • -
  • 2468 -
  • -
  • 2475 -
  • +
  • 2468 - I think we already do this; but will need to survey the libray to be sure
  • +
  • 2475 - Nothing to do here.
  • 2503 -
  • -
  • 2510 -
  • -
  • 2514 -
  • -
  • 2519 -
  • +
  • 2510 - Need to write tests for all the tag types
  • +
  • 2514 - Nothing to do; We don't mark any of the type traits as final.
  • +
  • 2519 - This is just wording cleanup.
  • 2531 -
  • 2534 -
  • -
  • 2536 -
  • +
  • 2536 - We already do this.
  • 2540 -
  • 2543 -
  • 2544 -