https://bugs.llvm.org/show_bug.cgi?id=37821
Richard Smith <richard-l...@metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |richard-l...@metafoo.co.uk
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Richard Smith <richard-l...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs