r179944 - Generalized constexpr is approved for C++14.

Richard Smith richard-llvm at metafoo.co.uk
Sat Apr 20 05:49:36 PDT 2013


Author: rsmith
Date: Sat Apr 20 07:49:36 2013
New Revision: 179944

URL: http://llvm.org/viewvc/llvm-project?rev=179944&view=rev
Log:
Generalized constexpr is 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=179944&r1=179943&r2=179944&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Apr 20 07:49:36 2013
@@ -447,7 +447,7 @@ available.</p>
       <td class="none" align="center">No</td>
     </tr>
     <tr>
-      <td>[PROVISIONAL] Relaxing requirements on constexpr functions</td>
+      <td>Relaxing requirements on constexpr functions</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3652.html">N3652</a></td>
       <td class="none" align="center">No</td>
     </tr>





More information about the cfe-commits mailing list