[LLVMbugs] [Bug 7244] Compilation error while using forward declared class in template function

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri May 28 13:54:30 PDT 2010


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

Douglas Gregor <dgregor at apple.com> changed:

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

--- Comment #1 from Douglas Gregor <dgregor at apple.com> 2010-05-28 15:54:29 CDT ---
Clang is allowed to reject this code, because neither "wrapper" nor JSValue are
type-dependent. Note that the EDG front end (used by Intel, Comeau, and others)
also rejects this code.

-- 
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