Author: rsmith
Date: Sat Apr 20 07:58:57 2013
New Revision: 179947

URL: http://llvm.org/viewvc/llvm-project?rev=179947&view=rev
Log:
Variable templates and generic lambdas are approved for C++14.

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=179947&r1=179946&r2=179947&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Apr 20 07:58:57 2013
@@ -437,12 +437,12 @@ available.</p>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Generic lambdas</td>
+      <td>Generic lambdas</td>
       <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html";>N3649</a></td>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Variable templates</td>
+      <td>Variable templates</td>
       <td><a 
href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3651.pdf";>N3651</a></td>
       <td class="none" align="center">No</td>
     </tr>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to