http://llvm.org/bugs/show_bug.cgi?id=21661
Richard Smith <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |DUPLICATE --- Comment #1 from Richard Smith <[email protected]> --- The handling of this case is core issue 1665; IIRC the resolution will be that we should prefer the non-template in this case (the current core wording would prefer the template). You can instead instantiate the template by using 'template void S<char>::foo<>(int);', in exactly the same way that a call to foo(0) would pick the non-template and a call to foo<>(0) would pick the template). *** This bug has been marked as a duplicate of bug 14211 *** -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
