summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2017-01-09 08:01:21 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2017-01-09 08:01:21 +0000
commit7937c2875d1ab2e7cbf7bce5608910a660e9b991 (patch)
tree5a73984696e923321a5fcf8d62ae39c9ed6bda77 /www
parentdd6177c33777e02d064679d539e9b4891a911fcf (diff)
Implement C++ DR1391 (wg21.link/cwg1391)
Check for implicit conversion sequences for non-dependent function template parameters between deduction and substitution. The idea is to accept as many cases as possible, on the basis that substitution failure outside the immediate context is much more common during substitution than during implicit conversion sequence formation. This re-commits r290808, reverted in r290811 and r291412, with a couple of fixes for handling of explicitly-specified non-trailing template argument packs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@291427 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 1ddbc00c41..c36adfdfad 100644
--- a/www/cxx_dr_status.html
+++ b/www/cxx_dr_status.html
@@ -8161,7 +8161,7 @@ and <I>POD class</I></td>
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1391">1391</a></td>
<td>DRWP</td>
<td>Conversions to parameter types with non-deduced template arguments</td>
- <td class="none" align="center">Unknown</td>
+ <td class="partial" align="center">Partial</td>
</tr>
<tr id="1392">
<td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#1392">1392</a></td>