From c8e5fc3c08b37e83e44cd0560ed1570f140995ee Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 16 Feb 2016 16:05:15 +0000 Subject: [PATCH] Add some status llvm-svn: 260975 --- libcxx/www/upcoming_meeting.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index c08ff65ae405..56fa383aa2c5 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -78,9 +78,9 @@ 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 - 2576istream_iterator and ostream_iterator should use std::addressofJacksonville + 2576istream_iterator and ostream_iterator should use std::addressofJacksonvillePatch done; needs tests 2577{shared,unique}_lock should use std::addressofJacksonville - 2579Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assignJacksonville + 2579Inconsistency wrt Allocators in basic_string assignment vs. basic_string::assignJacksonvillePatch Ready 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)Jacksonville @@ -112,9 +112,9 @@
  • 2572 -
  • 2574 -
  • 2575 - I don't think we ever implemented this; so 'removing' it is trivial
  • -
  • 2576 - This one is simple
  • +
  • 2576 - This one is simple, but testing it will be hard. I tried making a sublass of istringstream, but it got sliced.
  • 2577 - This one is simple
  • -
  • 2579 - This one is simple
  • +
  • 2579 - Done.
  • 2581 -
  • 2582 -
  • 2583 - This looks easy.