summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-09-28 19:09:34 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-09-28 19:09:34 +0000
commit00549b4bc148f02ea41cdc4987f55833019db6af (patch)
treed9474b9a34b8795b328ac218802ea59e36f29bcb /www
parent47e6b649970035933f34b0416391df27b76462cf (diff)
downloadclang-00549b4bc148f02ea41cdc4987f55833019db6af.tar.gz
clang-00549b4bc148f02ea41cdc4987f55833019db6af.tar.bz2
clang-00549b4bc148f02ea41cdc4987f55833019db6af.tar.xz
Remove commented-out entry for ARBs, they're not in C++1y any more.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191627 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 33430b9129..b32e5663c6 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -433,13 +433,6 @@ 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>