diff --git a/www/cxx_status.html b/www/cxx_status.html index f766681c6410cd73b3e55b70a63e0d1b70442b7f..c7360caadb43bbe4b04aab8357e717f7656f0893 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>