This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/16226] fails to accept explicit "template" qualification


------- Additional Comments From igodard at pacbell dot net  2004-06-27 08:14 -------
A simpler, ress recursive, test case:

template<typename T, template<typename> class D> struct A{};
template<typename T> struct B { A<T, B> a; };
int main() { B<int> b; return 0; }


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16226


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]