r273668 - More approved features for C++17.

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 24 05:21:30 PDT 2016


Author: rsmith
Date: Fri Jun 24 07:21:30 2016
New Revision: 273668

URL: http://llvm.org/viewvc/llvm-project?rev=273668&view=rev
Log:
More approved features for C++17.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=273668&r1=273667&r2=273668&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Fri Jun 24 07:21:30 2016
@@ -682,14 +682,13 @@ as the draft C++1z standard evolves.</p>
       <td><a href="http://wg21.link/p0035r4">P0035R4</a></td>
       <td class="none" align="center">No</td>
     </tr>
-    <!--
     <tr>
       <td>Template argument deduction for class templates</td>
       <td><a href="http://wg21.link/p0091r3">P0091R3</a></td>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>Declaring non-type template parameters with <tt>auto</tt></td>
+      <td>Non-type template parameters with <tt>auto</tt> type</td>
       <td><a href="http://wg21.link/p0127r2">P0127R2</a></td>
       <td class="none" align="center">No</td>
     </tr>
@@ -698,6 +697,7 @@ as the draft C++1z standard evolves.</p>
       <td><a href="http://wg21.link/p0135r1">P0135R1</a></td>
       <td class="none" align="center">No</td>
     </tr>
+    <!--
     <tr>
       <td>Stricter expression evaluation order</td>
       <td><a href="http://wg21.link/p0145r3">P0145R3</a></td>




More information about the cfe-commits mailing list