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

Richard Smith <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #1 from Richard Smith <[email protected]> ---
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.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to