[LLVMbugs] [Bug 7862] implicit instantiation of undefined template...
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Aug 10 09:22:42 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7862
Eli Friedman <sharparrow1 at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |sharparrow1 at yahoo.com
Resolution| |INVALID
--- Comment #1 from Eli Friedman <sharparrow1 at yahoo.com> 2010-08-10 11:22:42 CDT ---
This appears to boil down to the following:
template <typename T> struct X;
template <typename T> void f(T) { X<int> a; }
This is a variant of http://clang.llvm.org/compatibility.html#undep_incomplete
.
--
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