[libcxx-commits] [libcxx] r363594 - Update status of issue 3209

Marshall Clow via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 17 11:25:52 PDT 2019


Author: marshall
Date: Mon Jun 17 11:25:52 2019
New Revision: 363594

URL: http://llvm.org/viewvc/llvm-project?rev=363594&view=rev
Log:
Update status of issue 3209

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=363594&r1=363593&r2=363594&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Mon Jun 17 11:25:52 2019
@@ -75,7 +75,7 @@
 <tr><td><a href="https://wg21.link/LWG3202">3202</a></td><td>Yes</td><td>P0318R1 was supposed to be revised</td><td>Cologne</td><td>Complete</td></tr>
 <tr><td><a href="https://wg21.link/LWG3206">3206</a></td><td>Yes</td><td><tt>year_month_day</tt> conversion to <tt>sys_days</tt> uses not-existing member function</td><td>Cologne</td><td>Complete</td></tr>
 <tr><td><a href="https://wg21.link/LWG3208">3208</a></td><td>Yes</td><td><tt>Boolean</tt>'s expression requirements are ordered inconsistently</td><td>Cologne</td><td>Nothing to do</td></tr>
-<tr><td><a href="https://wg21.link/LWG3209">3209</a></td><td>Yes</td><td>Expression in <tt>year::ok()</tt> returns clause is ill-formed</td><td>Cologne</td><td></td></tr>
+<tr><td><a href="https://wg21.link/LWG3209">3209</a></td><td>Yes</td><td>Expression in <tt>year::ok()</tt> returns clause is ill-formed</td><td>Cologne</td><td>Complete</td></tr>
 </table>
 </table>
 
@@ -109,7 +109,7 @@
 <li>3202 - We already do this</li>
 <li>3206 - We already do this; added a couple of explicit tests</li>
 <li>3208 - Nothing to do; wording cleanup</li>
-<li>3209 - Marshall?</li>
+<li>3209 - We already do the right thing</li>
 </ul>
 
 




More information about the libcxx-commits mailing list