[llvm-bugs] [Bug 44661] Failure to partially order constrained overload set of three parameters
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Jan 26 11:19:43 PST 2020
https://bugs.llvm.org/show_bug.cgi?id=44661
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|REOPENED |RESOLVED
--- Comment #3 from Richard Smith <richard-llvm at metafoo.co.uk> ---
The new example may or may not be IFNDR, but it is still ambiguous, and Clang
is correct to report it as such: the normalized constraints of both f's are the
same, because c1<T1> and c1<T3> normalize to the same thing, because they don't
use their template parameter.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20200126/90328380/attachment.html>
More information about the llvm-bugs
mailing list