summaryrefslogtreecommitdiffstats
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
commit7898d7ba96ebac0deb8dfd1368a374479e053587 (patch)
treea540e83a1287b9cfc1a118a72aa08db22c612efd
parentd3a73864527f1786054374ffc15b8d71874b2b25 (diff)
downloadbcm5719-llvm-7898d7ba96ebac0deb8dfd1368a374479e053587.tar.gz
bcm5719-llvm-7898d7ba96ebac0deb8dfd1368a374479e053587.zip
Variable templates and generic lambdas are approved for C++14.
llvm-svn: 179947
-rw-r--r--clang/www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index bb5c4bc0aac..59c5e2a662c 100644
--- a/clang/www/cxx_status.html
+++ b/clang/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>
OpenPOWER on IntegriCloud