summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2016-12-28 02:37:25 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2016-12-28 02:37:25 +0000
commitc6737027b692c3bbe4e6de88b2409491377faeb0 (patch)
treeee92a1878a555611121217679869e1d22a80d0f8 /www
parent2a7adec11783ba0d3caa20a1f4ec05918450676c (diff)
DR1315: a non-type template argument in a partial specialization is permitted
to make reference to template parameters. This is only a partial implementation; we retain the restriction that the argument must not be type-dependent, since it's unclear how that would work given the existence of other language rules requiring an exact type match in this context, even for type-dependent cases (a question has been raised on the core reflector). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290647 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_dr_status.html b/www/cxx_dr_status.html
index d3d3cce7bf..b4936eed3b 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -7705,7 +7705,7 @@ and <I>POD class</I></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1315">1315</a></td>
<td>DR</td>
<td>Restrictions on non-type template arguments in partial specializations</td>
- <td class="none" align="center">Unknown</td>
+ <td class="partial" align="center">Partial</td>
</tr>
<tr id="1316">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_closed.html#1316">1316</a></td>