aboutsummaryrefslogtreecommitdiff
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-04-20 12:58:57 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-04-20 12:58:57 +0000
commitbb2d378175babe7e54c465607b8983c60b1dedfe (patch)
treeea827bd2409bfe1070fc3e54442fac2e43faacc0 /www/cxx_status.html
parent8e95e30bc9b637ade2b97f779fa5791ea0acdca3 (diff)
Variable templates and generic lambdas are approved for C++14.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179947 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index bb5c4bc0aa..59c5e2a662 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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>