[libcxx] r324193 - Mark LWG 3014 as complete. No code changes needed

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


Author: ericwf
Date: Sat Feb  3 23:37:09 2018
New Revision: 324193

URL: http://llvm.org/viewvc/llvm-project?rev=324193&view=rev
Log:
Mark LWG 3014 as complete. No code changes needed

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=324193&r1=324192&r2=324193&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Sat Feb  3 23:37:09 2018
@@ -77,7 +77,7 @@
 <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>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>Complete</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/LWG3015">3015</a></td><td><tt>copy_options::<i>unspecified</i></tt> underspecified</td><td>Jacksonville</td><td><i>Nothing to do</i></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>
 <tr><td><a href="https://wg21.link/LWG3020">3020</a></td><td>[networking.ts] Remove spurious nested <tt>value_type</tt> buffer sequence requirement</td><td>Jacksonville</td><td></td></tr>
 <tr><td><a href="https://wg21.link/LWG3026">3026</a></td><td><tt>filesystem::weakly_canonical</tt> still defined in terms of <tt>canonical(p, base)</tt></td><td>Jacksonville</td><td></td></tr>
@@ -114,7 +114,7 @@
 <li> 3010 - No networking TS implementation yet</li>
 <li> 3013 - We already implement this</li>
 <li> 3014 - We implement this</li>
-<li> 3015 - Eric? </li>
+<li> 3015 - Wording changes only</li>
 <li> 3017 - We don't do the splicing stuff yet</li>
 <li> 3020 - No networking TS implementation yet</li>
 <li> 3026 - I think this is just wording cleanup - Eric?</li>




More information about the cfe-commits mailing list