[libcxx] r294501 - Update info for LWG 2665 in upcoming_meeting.html

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 8 11:04:18 PST 2017


Author: ericwf
Date: Wed Feb  8 13:04:18 2017
New Revision: 294501

URL: http://llvm.org/viewvc/llvm-project?rev=294501&view=rev
Log:
Update info for LWG 2665 in upcoming_meeting.html

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=294501&r1=294500&r2=294501&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Wed Feb  8 13:04:18 2017
@@ -85,7 +85,7 @@
 	<tr><td><a href="http://wg21.link/LWG2855">2855</a></td><td>std::throw_with_nested("string_literal")</td><td>Kona</td><td></td></tr>
 
 	<tr><td></td><td><center><b>Priority 1 Bugs</b></center></td><td></td><td></td></tr>
-	<tr><td><a href="http://wg21.link/LWG2665">2665</a></td><td>remove_filename() post condition is incorrect</td><td>Kona</td><td></td></tr>
+	<tr><td><a href="http://wg21.link/LWG2665">2665</a></td><td>remove_filename() post condition is incorrect</td><td>Kona</td><td>We do this already</td></tr>
 	<tr><td><a href="http://wg21.link/LWG2806">2806</a></td><td>Base class of bad_optional_access</td><td>Kona</td><td><i>We do this already</i></td></tr>
 	<tr><td><a href="http://wg21.link/LWG2857">2857</a></td><td>{variant,optional,any}::emplace should return the constructed value</td><td>Kona</td><td></td></tr>
 
@@ -118,12 +118,12 @@
 <li>2853 - I think that this will be mostly adding tests.</li>
 <li>2855 - This should be easy; trick will be devising tests.</li></li>
 <li></li>
-<li>2665 - Eric? </li>
+<li>2665 - We do this already.</li>
 <li>2806 - We do this already.</li>
 <li>2857 - This is the subject of several NB comments.</li>
 </ul>
 
-<p>Last Updated: 6-Feb-2017</p>
+<p>Last Updated: 7-Feb-2017</p>
 </div>
 </body>
 </html>




More information about the cfe-commits mailing list