http://llvm.org/bugs/show_bug.cgi?id=10093
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #3 from Douglas Gregor <[email protected]> 2011-06-06 21:21:58 CDT --- C++ [temp.explicit]p3 is very clear that this code is ill-formed. However, since no other vendors seem to implement this rule, I've downgraded it to an "Extension" so it won't warn by default. Fixed in Clang r132704. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- 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
