[llvm-bugs] [Bug 43579] Difficult deducing template parameter that should be deducible by virtue of being a callable argument.
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Oct 6 23:27:41 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=43579
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Ah, found the rule: this example violates
http://eel.is/c++draft/temp.class.spec.match#3
The other compilers are incorrect to accept it; they presumably don't implement
that rule properly for variadic templates.
--
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/20191007/b02c6658/attachment.html>
More information about the llvm-bugs
mailing list