summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-02-16 00:36:47 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-02-16 00:36:47 +0000
commit73de459c12741844e4f72a5cc6929a4a66a93cb5 (patch)
tree0f41366b309631ea66bd5774376b3443c3de4983 /www
parent14434fb9b76150b53d7e585a22fe258542e1b6f3 (diff)
[c++1z] Diagnose non-deducible template parameters in deduction guide templates, per [temp.param]p11.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295264 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_status.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 6216a81645..6cb87a8bc2 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -684,11 +684,10 @@ 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="svn" align="center">SVN</td>
+ <td rowspan="2" class="svn" align="center">SVN</td>
</tr>
<tr> <!-- from Issaquah -->
<td><a href="http://wg21.link/p0512r0">P0512R0</a></td>
- <td class="svn" align="center">SVN</td>
</tr>
<tr>
<td>Non-type template parameters with <tt>auto</tt> type</td>