diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index 788c584ff4b4..2af774647849 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -64,7 +64,6 @@ 2221No formatted output operator for nullptrIssaquahPatch ready 2223shrink_to_fit effect on iterator validityIssaquahNothing to do. 2261Are containers required to use their 'pointer' type internally?Issaquah - 2358Apparently-bogus definition of is_empty type traitIssaquahWe already do this 2394locale::name specification unclear - what is implementation-defined?IssaquahNothing to do. 2460LWG issue 2408 and value categoriesIssaquahNothing to do. 2468Self-move-assignment of library typesIssaquah @@ -114,7 +113,7 @@ 2742Inconsistent string interface taking string_viewIssaquahPatch Ready 2744any's in_place constructorsIssaquah 2745[fund.ts.v2] Implementability of LWG 2451Issaquah - 2747Possibly redundant std::move in [alg.foreach]Issaquah + 2747Possibly redundant std::move in [alg.foreach]IssaquahPatch ready 2748swappable traits for optionalsIssaquah 2749swappable traits for variantsIssaquah 2750[fund.ts.v2] LWG 2451 conversion constructor constraintIssaquah @@ -123,12 +122,17 @@ 2754The in_place constructors and emplace functions added by P0032R3 don't require CopyConstructibleIssaquah 2755§[string.view.io] uses non-existent basic_string_view::to_string functionIssaquahWe already do this 2756C++ WP optional should 'forward' T's implicit conversionsIssaquah + 2758std::string{}.assign("ABCDE", 0, 1) is ambiguousWe already do this 2759gcd / lcm and bool for the WPIssaquahPatch ready 2760non-const basic_string::data should not invalidate iteratorsIssaquahNothing to do 2765Did LWG 1123 go too far?Issaquah 2767not_fn call_wrapper can form invalid typesIssaquah 2768any_cast and move semanticsIssaquah - 2769Redundant const in the return type of any_cast(const any&)Issaquah + + 2771Broken Effects of some basic_string::compare functions in terms of basic_string_viewIssaquahWe already do this + 2773Making std::ignore constexprIssaquah + 2777basic_string_view::copy should use char_traits::copyIssaquah + 2778basic_string_view is missing constexprIssaquah

Comments about the issues

@@ -138,7 +142,6 @@
  • 2221 - Patch and tests ready
  • 2223 - This is just wording cleanup.
  • 2261 - Survey our containers to make sure we do this. Ideally, this will result in no code changes.
  • -
  • 2358 - We already do this; I improved the tests
  • 2394 - This is just wording cleanup.
  • 2460 - This is just wording cleanup.
  • 2468 - I think we already do this; but will need to survey the libray to be sure
  • @@ -188,7 +191,7 @@
  • 2742 - Patch and tests ready
  • 2744 - std::any
  • 2745 - std::optional for LFTS -- should be considered for C++17
  • -
  • 2747 - I suspect that this is just better specification of the existing structure. Probably need more tests for this.
  • +
  • 2747 - Patch ready, but I can't think of any way to test it.
  • 2748 - std::optional
  • 2749 - std::variant
  • 2750 - std::optional for LFTS -- should be considered for C++17
  • @@ -197,12 +200,17 @@
  • 2754 -
  • 2755 - Both string and string_view call a common routine for output; so no code changes needed.
  • 2756 - std::optional
  • +
  • 2758 - We already do this.
  • 2759 - Patch and tests ready
  • 2760 - This is just wording cleanup; no code or test changes needed.
  • 2765 - is this just wording cleanup????? I don't think this actually requires code changes.
  • 2767 -
  • 2768 - std::any
  • -
  • 2769 - std::any
  • + +
  • 2771 - We already do this.
  • +
  • 2773 -
  • +
  • 2777 - This should be easy; existing tests should suffice
  • +
  • 2778 - This is mostly tests.
  • Last Updated: 10-Oct-2016