From 00549b4bc148f02ea41cdc4987f55833019db6af Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Sat, 28 Sep 2013 19:09:34 +0000 Subject: [PATCH] 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 --- www/cxx_status.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/www/cxx_status.html b/www/cxx_status.html index 33430b9129f..b32e5663c64 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> -- GitLab