aboutsummaryrefslogtreecommitdiff
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-04-20 12:47:36 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-04-20 12:47:36 +0000
commit96ba7c7e691be7a5ad7ea93df0741e973e21a83e (patch)
treee55b05acc9b0fcba26d9508bcdf62098fbbe4626 /www/cxx_status.html
parent408de4350563227e9e5787632c2a64235681c799 (diff)
More approved C++14 features.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html17
1 files changed, 5 insertions, 12 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 8ade985826..cf307ce577 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -422,24 +422,17 @@ available.</p>
<td class="full" align="center">Yes</td>
</tr>
<tr>
- <td>[PROVISIONAL] 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>
- <tr>
- <td>[PROVISIONAL] Return type deduction for normal functions</td>
+ <td>Return type deduction for normal functions</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td>
<td class="none" align="center">No</td>
</tr>
- <!--
<tr>
- <td>Runtime-sized arrays with automatic storage duration</td>
+ <td>[PROVISIONAL] 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">No</td>
+ <td class="none" align="center">Partial</td>
</tr>
- -->
<tr>
- <td>[PROVISIONAL] Initialized lambda captures</td>
+ <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>
</tr>
@@ -459,7 +452,7 @@ available.</p>
<td class="none" align="center">No</td>
</tr>
<tr>
- <td>[PROVISIONAL] Member initializers and aggregates</td>
+ <td>Member initializers and aggregates</td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3653.html">N3653</a></td>
<td class="none" align="center">No</td>
</tr>