diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-01-02 02:42:17 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2017-01-02 02:42:17 +0000 |
commit | efcfe860723bc611b555d8d1db8c75405807b367 (patch) | |
tree | 9037a55f704dad5d06e376fa25597594f2bdb934 /clang/www | |
parent | aac13a7f2b597eafeabc2ffec44a2ad9bcca59a9 (diff) | |
download | bcm5719-llvm-efcfe860723bc611b555d8d1db8c75405807b367.tar.gz bcm5719-llvm-efcfe860723bc611b555d8d1db8c75405807b367.zip |
DR1391: 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 does not implement the partial ordering portion of DR1391, which so
far appears to be misguided.
llvm-svn: 290808
Diffstat (limited to 'clang/www')
-rw-r--r-- | clang/www/cxx_dr_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html index b4936eed3b3..90176314403 100644 --- a/clang/www/cxx_dr_status.html +++ b/clang/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> |