aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-02-14 00:55:25 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-02-14 00:55:25 +0000
commitee8fbfe77883193c27ddc69435a480a057f1d15b (patch)
tree96fa3b23f5012535276778e9cc9d0e80b4c86ddf /www
parentcc8bc8ac38a541be2e25eefeaa7692b29879ecf3 (diff)
[c++1z] Add some more tests for class template argument deduction, add
feature-test macro, and mark feature as done on status page. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-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 6adf7fda8a..6216a81645 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -684,11 +684,11 @@ as the draft C++1z standard evolves.
<tr>
<td rowspan="2">Template argument deduction for class templates</td>
<td><a href="http://wg21.link/p0091r3">P0091R3</a></td>
- <td class="partial" align="center">Partial</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr> <!-- from Issaquah -->
<td><a href="http://wg21.link/p0512r0">P0512R0</a></td>
- <td class="partial" align="center">Partial</td>
+ <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Non-type template parameters with <tt>auto</tt> type</td>