From: Marshall Clow Date: Mon, 10 Oct 2016 21:37:16 +0000 (+0000) Subject: Mark 2777 as complete X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4bf466bd0953b9cbfa7c31a6fad80c2abf8e5543;p=platform%2Fupstream%2Fllvm.git Mark 2777 as complete llvm-svn: 283804 --- diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index 2af7746..29a5414 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -131,7 +131,7 @@ 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 + 2777basic_string_view::copy should use char_traits::copyIssaquahPatch Ready 2778basic_string_view is missing constexprIssaquah @@ -209,7 +209,7 @@
  • 2771 - We already do this.
  • 2773 -
  • -
  • 2777 - This should be easy; existing tests should suffice
  • +
  • 2777 - Patch ready; existing tests should suffice
  • 2778 - This is mostly tests.