[libcxx] r283218 - Mark #2739 as ready

Marshall Clow via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 06:41:56 PDT 2016


Author: marshall
Date: Tue Oct  4 08:41:56 2016
New Revision: 283218

URL: http://llvm.org/viewvc/llvm-project?rev=283218&view=rev
Log:
Mark #2739 as ready

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=283218&r1=283217&r2=283218&view=diff
==============================================================================
--- libcxx/trunk/www/upcoming_meeting.html (original)
+++ libcxx/trunk/www/upcoming_meeting.html Tue Oct  4 08:41:56 2016
@@ -109,7 +109,7 @@
 	 <tr><td><a href="http://wg21.link/LWG2735">2735</a></td><td>std::abs(short), std::abs(signed char) and others should return int instead of double in order to be compatible with C++98 and C</td><td>Issaquah</td><td></td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2736">2736</a></td><td>nullopt_t insufficiently constrained</td><td>Issaquah</td><td></td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2738">2738</a></td><td>is_constructible with void types</td><td>Issaquah</td><td>We already do this</td></tr>
-	 <tr><td><a href="http://wg21.link/LWG2739">2739</a></td><td>Issue with time_point non-member subtraction with an unsigned duration</td><td>Issaquah</td><td></td></tr>
+	 <tr><td><a href="http://wg21.link/LWG2739">2739</a></td><td>Issue with time_point non-member subtraction with an unsigned duration</td><td>Issaquah</td><td>Patch Ready</td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2740">2740</a></td><td>constexpr optional<T>::operator-></td><td>Issaquah</td><td></td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2742">2742</a></td><td>Inconsistent string interface taking string_view</td><td>Issaquah</td><td>Patch Ready</td></tr>
 	 <tr><td><a href="http://wg21.link/LWG2744">2744</a></td><td>any's in_place constructors</td><td>Issaquah</td><td></td></tr>
@@ -183,7 +183,7 @@
 <li>2735 - </li>
 <li>2736 - </li>
 <li>2738 - We already do this; I added tests for cv-void</li>
-<li>2739 - </li>
+<li>2739 - Patch and tests ready</li>
 <li>2740 - </li>
 <li>2742 - Patch and tests ready</li>
 <li>2744 - </li>
@@ -205,7 +205,7 @@
 <li>2769 - </li>
 </ul>
 
-<p>Last Updated: 3-Oct-2016</p>
+<p>Last Updated: 4-Oct-2016</p>
 </div>
 </body>
 </html>




More information about the cfe-commits mailing list