[llvm-bugs] [Bug 37821] A recurring bug?

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jun 20 15:32:29 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=37821

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
Deducing 'void*' from 'typename Const<T>::type*' fails, whereas deducing
'typename Const<T>::type*' from 'void*' succeeds and deduces nothing because
'typename Const<T>::type*' is a non-deduced context. So T2 is more specialized.

-- 
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/20180620/9d34ad1d/attachment.html>


More information about the llvm-bugs mailing list