[LLVMbugs] [Bug 10093] clang disallows to instantiate template for typedefed class

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Jun 6 19:21:59 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=10093

Douglas Gregor <dgregor at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Douglas Gregor <dgregor at apple.com> 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.



More information about the llvm-bugs mailing list