summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-06-24 12:21:30 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-06-24 12:21:30 +0000
commit0d0b8c0fdad60381b3d42cbd876332e68f632c57 (patch)
treee582e0a8af96477ba913a1d3b20fe280711c46d1
parent8f19db2c6ee118aae193cff3cbc3a033e7d2726e (diff)
More approved features for C++17.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@273668 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 f766681c64..c7360caadb 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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>