diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index 34bb822b2e52..1135790eb4ab 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -58,8 +58,8 @@

Library Working group Issues Status

- - + + @@ -71,10 +71,10 @@ - + - + @@ -84,9 +84,9 @@ - + - +
2192Validity and return type of std::abs(0u) is unclearJacksonville
2253[arrays.ts] dynarray should state which container requirements aren't metJacksonville
2255[arrays.ts] dynarray constructor ambiguityJacksonville
2253[arrays.ts] dynarray should state which container requirements aren't metJacksonvilleNothing to do
2255[arrays.ts] dynarray constructor ambiguityJacksonvilleNothing to do
2276Missing requirement on std::promise::set_exceptionJacksonville
2450(greater|less|greater_equal|less_equal)<void> do not yield a total order for pointersJacksonville
2520N4089 broke initializing unique_ptr<T[]> from a nullptrJacksonville
2557Logical operator traits are broken in the zero-argument caseJacksonvilleComplete
2558[fund.ts.v2] Logical operator traits are broken in the zero-argument caseJacksonvilleComplete
2559Error in LWG 2234's resolutionJacksonville
2560is_constructible underspecified when applied to a function typeJacksonville
2560is_constructible underspecified when applied to a function typeJacksonvilleComplete
2565std::function's move constructor should guarantee nothrow for reference_wrappers and function pointersJacksonville
2566Requirements on the first template parameter of container adaptorsJacksonville
2571§[map.modifiers]/2 imposes nonsensical requirement on insert(InputIterator, InputIterator)Jacksonville
2571§[map.modifiers]/2 imposes nonsensical requirement on insert(InputIterator, InputIterator)JacksonvilleComplete
2572The remarks for shared_ptr::operator* should apply to cv-qualified void as wellJacksonville
2574[fund.ts.v2] std::experimental::function::operator=(F&&) should be constrainedJacksonville
2575[fund.ts.v2] experimental::function::assign should be removedJacksonville
2581Specialization of <type_traits> variable templates should be prohibitedJacksonville
2582§[res.on.functions]/2's prohibition against incomplete types shouldn't apply to type traitsJacksonville
2583There is no way to supply an allocator for basic_string(str, pos)JacksonvillePatch Ready
2585forward_list::resize(size_type, const value_type&) effects incorrectJacksonville
2585forward_list::resize(size_type, const value_type&) effects incorrectJacksonvilleDisputed
2586Wrong value category used in scoped_allocator_adaptor::construct()Jacksonville
2590Aggregate initialization for std::arrayJacksonville
2590Aggregate initialization for std::arrayJacksonvilleComplete

Comments about the issues

@@ -105,11 +105,11 @@
  • 2557 - Cleaning up wording; no code change required.
  • 2558 - Cleaning up wording; no code change required.
  • 2559 -
  • -
  • 2560 -
  • +
  • 2560 - We already do this; added tests in r261653.
  • 2565 -
  • 2566 -
  • -
  • 2571 -
  • -
  • 2572 -
  • +
  • 2571 - Cleaning up wording; no code change required.
  • +
  • 2572 - I don't think that there's anything that needs to be done here.
  • 2574 -
  • 2575 - I don't think we ever implemented this; so 'removing' it is trivial
  • 2576 - This one is simple, but testing it will be hard. I tried making a sublass of istringstream, but it got sliced.
  • @@ -118,9 +118,9 @@
  • 2581 -
  • 2582 -
  • 2583 - Done
  • -
  • 2585 - This looks easy.
  • +
  • 2585 - This looks easy; but Alisdair wants to NAD this issue.
  • 2586 -
  • -
  • 2590 -
  • +
  • 2590 - We already do this; added tests in r261648.
  • Last Updated: 23-Feb-2015