r179943 - More approved C++14 features.
Richard Smith
richard-llvm at metafoo.co.uk
Sat Apr 20 05:47:36 PDT 2013
Author: rsmith
Date: Sat Apr 20 07:47:36 2013
New Revision: 179943
URL: http://llvm.org/viewvc/llvm-project?rev=179943&view=rev
Log:
More approved C++14 features.
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=179943&r1=179942&r2=179943&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat Apr 20 07:47:36 2013
@@ -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>
More information about the cfe-commits
mailing list