summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-09-28 04:37:56 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-09-28 04:37:56 +0000
commit44868f5b6a0980744de08e9fa45193b5a29ff990 (patch)
tree627c9ea3052ac705ef32a9dd7b3ea7eb17ccbf7e /www
parent39edfeb34b0b0b8033179e35cf13cd5d95d56fa8 (diff)
downloadclang-44868f5b6a0980744de08e9fa45193b5a29ff990.tar.gz
clang-44868f5b6a0980744de08e9fa45193b5a29ff990.tar.bz2
clang-44868f5b6a0980744de08e9fa45193b5a29ff990.tar.xz
Mark lambda init-captures as complete.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191607 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index d1aa45d88c..33430b9129 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -433,15 +433,17 @@ available.</p>
<td>Return type deduction for normal functions</td>
<td class="svn" align="center">SVN</td>
</tr>
+ <!-- Removed from C++1y.
<tr>
<td>Runtime-sized arrays with automatic storage duration</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3639.html">N3639</a></td>
<td class="partial" align="center">Partial</td>
</tr>
+ -->
<tr>
<td>Initialized lambda captures</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3648.html">N3648</a></td>
- <td class="none" align="center">No</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Generic lambdas</td>