[libcxx] r284315 - Mark LWG 2680 as done

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 15 16:12:31 PDT 2016


Author: ericwf
Date: Sat Oct 15 18:12:30 2016
New Revision: 284315

URL: http://llvm.org/viewvc/llvm-project?rev=284315&view=rev
Log:
Mark LWG 2680 as done

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=284315&r1=284314&r2=284315&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Sat Oct 15 18:12:30 2016
@@ -93,7 +93,7 @@
 	 <tr><td><a href="http://wg21.link/LWG2672">2672</a></td><td>Should is_empty use error_code in its specification?</td><td>Issaquah</td><td>We already do this</td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2678">2678</a></td><td>std::filesystem enum classes overspecified</td><td>Issaquah</td><td>Nothing to do</td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2679">2679</a></td><td>Inconsistent Use of Effects and Equivalent To</td><td>Issaquah</td><td>Nothing to do</td></tr>
-	 <tr><td><a href="http://wg21.link/LWG2680">2680</a></td><td>Add "Equivalent to" to filesystem</td><td>Issaquah</td><td></td></tr>
+	 <tr><td><a href="http://wg21.link/LWG2680">2680</a></td><td>Add "Equivalent to" to filesystem</td><td>Issaquah</td><td>Nothing to do</td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2681">2681</a></td><td>filesystem::copy() cannot copy symlinks</td><td>Issaquah</td><td></td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2682">2682</a></td><td>filesystem::copy() won't create a symlink to a directory</td><td>Issaquah</td><td></td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2686">2686</a></td><td>Why is std::hash specialized for error_code, but not error_condition?</td><td>Issaquah</td><td>Patch ready</td></tr>
@@ -171,7 +171,7 @@
 <li>2672 - Patch and tests in tree. </li>
 <li>2678 - File System; Eric?</li>
 <li>2679 - This is just wording cleanup. </li>
-<li>2680 - File System; Eric?</li>
+<li>2680 - This is just wording cleanup. </li>
 <li>2681 - File System; Eric?</li>
 <li>2682 - File System; Eric?</li>
 <li>2686 - Patch and tests ready</li>




More information about the cfe-commits mailing list