diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 12:49:36 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-04-20 12:49:36 +0000 |
commit | 05a73f6cbbfa2121bdccd492962cb36dc50876db (patch) | |
tree | 398ced9e4b529c5f298938dfba190b33b9587b4d | |
parent | 96ba7c7e691be7a5ad7ea93df0741e973e21a83e (diff) |
Generalized constexpr is approved for C++14.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179944 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index cf307ce577..c8b326e0ed 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -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> |