[libcxx] r283804 - Mark 2777 as complete

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 10 14:37:16 PDT 2016


Author: marshall
Date: Mon Oct 10 16:37:16 2016
New Revision: 283804

URL: http://llvm.org/viewvc/llvm-project?rev=283804&view=rev
Log:
Mark 2777 as complete

Modified:
    libcxx/trunk/www/upcoming_meeting.html

Modified: libcxx/trunk/www/upcoming_meeting.html
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/www/upcoming_meeting.html?rev=283804&r1=283803&r2=283804&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Mon Oct 10 16:37:16 2016
@@ -131,7 +131,7 @@
 <!-- <tr><td><a href="http://wg21.link/LWG2769">2769</a></td><td>Redundant const in the return type of any_cast(const any&)</td><td>Issaquah</td><td></td></tr> -->
 	 <tr><td><a href="http://wg21.link/LWG2771">2771</a></td><td>Broken Effects of some basic_string::compare functions in terms of basic_string_view</td><td>Issaquah</td><td>We already do this</td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2773">2773</a></td><td>Making std::ignore constexpr</td><td>Issaquah</td><td></td></tr>
-	 <tr><td><a href="http://wg21.link/LWG2777">2777</a></td><td>basic_string_view::copy should use char_traits::copy</td><td>Issaquah</td><td></td></tr>
+	 <tr><td><a href="http://wg21.link/LWG2777">2777</a></td><td>basic_string_view::copy should use char_traits::copy</td><td>Issaquah</td><td>Patch Ready</td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2778">2778</a></td><td>basic_string_view is missing constexpr</td><td>Issaquah</td><td></td></tr>
   </table>
 
@@ -209,7 +209,7 @@
 <!-- <li>2769 - <i>std::any</i></li> -->
 <li>2771 - We already do this.</li>
 <li>2773 - </li>
-<li>2777 - This should be easy; existing tests should suffice</li>
+<li>2777 - Patch ready; existing tests should suffice</li>
 <li>2778 - This is mostly tests.</li>
 </ul>
 




More information about the cfe-commits mailing list