[libcxx] r326485 - Added P0805 to the list of ready bits
Marshall Clow via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 1 13:16:07 PST 2018
Author: marshall
Date: Thu Mar 1 13:16:07 2018
New Revision: 326485
URL: http://llvm.org/viewvc/llvm-project?rev=326485&view=rev
Log:
Added P0805 to the list of ready bits
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=326485&r1=326484&r2=326485&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Thu Mar 1 13:16:07 2018
@@ -48,7 +48,8 @@
<h3>Paper Status</h3>
<table id="papers" border="1">
- <tr><th>Paper #</th><th>Group</th><th>Paper Name</th><th>Meeting</th><th>Status</th><th>First released version</th></tr>
+ <tr><th>Paper #</th><th>Paper Name</th><th>Meeting</th><th>Status</th></tr>
+ <tr><td><a href="https://wg21.link/P0805R1">P0805R1</a></td><td>Comparing Containers</td><td>Jacksonville</td><td><i>Patch Ready: <a href="https://reviews.llvm.org/D43773">D43773</a></i></td></tr>
<!--
<tr><td><a href="https://wg21.link/LWGn3346">3346</a></td><td>LWG</td><td>Terminology for Container Element Requirements - Rev 1</td><td>Kona</td><td>Complete</td><td>3.4</td></tr>
-->
@@ -150,7 +151,7 @@
<li> 2936 - Eric - don't we do this already?</li>
</ul>
-<p>Last Updated: 7-Feb-2018</p>
+<p>Last Updated: 1-Mar-2018</p>
</div>
</body>
</html>
More information about the cfe-commits
mailing list