r191627 - Remove commented-out entry for ARBs, they're not in C++1y any more.
Richard Smith
richard-llvm at metafoo.co.uk
Sat Sep 28 12:09:34 PDT 2013
Author: rsmith
Date: Sat Sep 28 14:09:34 2013
New Revision: 191627
URL: http://llvm.org/viewvc/llvm-project?rev=191627&view=rev
Log:
Remove commented-out entry for ARBs, they're not in C++1y any more.
Modified:
cfe/trunk/www/cxx_status.html
Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=191627&r1=191626&r2=191627&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Sep 28 14:09:34 2013
@@ -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>
More information about the cfe-commits
mailing list