http://llvm.org/bugs/show_bug.cgi?id=19733
David Majnemer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #1 from David Majnemer <[email protected]> --- MSVC violates the standard using this mangling. A consequence of this is that the following specializations are mangled differently even though they should be considered to be the same: template <typename T> void f(T); template <> void f(int[]){} template <> void f<int * >(int[]){} -- 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
