aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-04-20 13:20:33 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-04-20 13:20:33 +0000
commiteb9ddc5a8c1a3f9801c8acca1a4621ccb688ccf9 (patch)
treef2447cf2a5d674411db9b2fd2cbce76faab1984f
parentbb2d378175babe7e54c465607b8983c60b1dedfe (diff)
VLAs in C++14!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179949 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 59c5e2a662..bfa612e362 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -427,7 +427,7 @@ available.</p>
<td class="none" align="center">No</td>
</tr>
<tr>
- <td>[PROVISIONAL] Runtime-sized arrays with automatic storage duration</td>
+ <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="none" align="center">Partial</td>
</tr>
@@ -459,7 +459,7 @@ available.</p>
<tr>
<td>Clarifying memory allocation</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td>
- <td class="none" align="center">No</td>
+ <td class="none" align="center">Partial</td>
</tr>
</table>