Skip to content

Commit

Permalink
More approved features for C++17.
Browse files Browse the repository at this point in the history
llvm-svn: 273668
  • Loading branch information
zygoloid committed Jun 24, 2016
1 parent 5bb7d7a commit 3a2dc6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang/www/cxx_status.html
Original file line number Diff line number Diff line change
Expand Up @@ -682,14 +682,13 @@ <h2 id="cxx17">C++1z implementation status</h2>
<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>
Expand All @@ -698,6 +697,7 @@ <h2 id="cxx17">C++1z implementation status</h2>
<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>
Expand Down

0 comments on commit 3a2dc6f

Please sign in to comment.