[libcxx] r324191 - Mark LWG 3013 as already complete. See r316941

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sat Feb 3 23:29:54 PST 2018


Author: ericwf
Date: Sat Feb  3 23:29:53 2018
New Revision: 324191

URL: http://llvm.org/viewvc/llvm-project?rev=324191&view=rev
Log:
Mark LWG 3013 as already complete. See r316941

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=324191&r1=324190&r2=324191&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Sat Feb  3 23:29:53 2018
@@ -75,7 +75,7 @@
 <tr><td><a href="https://wg21.link/LWG3007">3007</a></td><td><tt>allocate_shared</tt> should rebind allocator to <i>cv</i>-unqualified <tt>value_type</tt> for construction</td><td>Jacksonville</td><td></td></tr>
 <tr><td><a href="https://wg21.link/LWG3009">3009</a></td><td>Including <tt><string_view></tt> doesn't provide <tt>std::size/empty/data</tt></td><td>Jacksonville</td><td>Complete</td></tr>
 <tr><td><a href="https://wg21.link/LWG3010">3010</a></td><td>[networking.ts] <tt>uses_executor</tt> says "if a type <tt>T::executor_type</tt> exists"</td><td>Jacksonville</td><td></td></tr>
-<tr><td><a href="https://wg21.link/LWG3013">3013</a></td><td><tt>(recursive_)directory_iterator</tt> construction and traversal should not be <tt>noexcept</tt></td><td>Jacksonville</td><td></td></tr>
+<tr><td><a href="https://wg21.link/LWG3013">3013</a></td><td><tt>(recursive_)directory_iterator</tt> construction and traversal should not be <tt>noexcept</tt></td><td>Jacksonville</td><td>Complete</td></tr>
 <tr><td><a href="https://wg21.link/LWG3014">3014</a></td><td>More <tt>noexcept</tt> issues with filesystem operations</td><td>Jacksonville</td><td></td></tr>
 <tr><td><a href="https://wg21.link/LWG3015">3015</a></td><td><tt>copy_options::<i>unspecified</i></tt> underspecified</td><td>Jacksonville</td><td></td></tr>
 <tr><td><a href="https://wg21.link/LWG3017">3017</a></td><td><tt>list splice</tt> functions should use <tt>addressof</tt></td><td>Jacksonville</td><td></td></tr>
@@ -112,7 +112,7 @@
 <li> 3007 - <i>Looks easy</i></li>
 <li> 3009 - We do this already; tests added in r323719</li>
 <li> 3010 - No networking TS implementation yet</li>
-<li> 3013 - Eric? </li>
+<li> 3013 - We already implement this</li>
 <li> 3014 - Eric? </li>
 <li> 3015 - Eric? </li>
 <li> 3017 - We don't do the splicing stuff yet</li>




More information about the cfe-commits mailing list