More approved features for C++17.

llvm-svn: 273668
This commit is contained in:
Richard Smith 2016-06-24 12:21:30 +00:00
parent 5bb7d7a84f
commit 3a2dc6f00c
1 changed files with 2 additions and 2 deletions

View File

@ -682,14 +682,13 @@ as the draft C++1z standard evolves.</p>
<td><a href="http://wg21.link/p0035r4">P0035R4</a></td>
<td class="none" align="center">No</td>
</tr>
<!--
<tr>
<td>Template argument deduction for class templates</td>
<td><a href="http://wg21.link/p0091r3">P0091R3</a></td>
<td class="none" align="center">No</td>
</tr>
<tr>
<td>Declaring non-type template parameters with <tt>auto</tt></td>
<td>Non-type template parameters with <tt>auto</tt> type</td>
<td><a href="http://wg21.link/p0127r2">P0127R2</a></td>
<td class="none" align="center">No</td>
</tr>
@ -698,6 +697,7 @@ as the draft C++1z standard evolves.</p>
<td><a href="http://wg21.link/p0135r1">P0135R1</a></td>
<td class="none" align="center">No</td>
</tr>
<!--
<tr>
<td>Stricter expression evaluation order</td>
<td><a href="http://wg21.link/p0145r3">P0145R3</a></td>