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

igodard at pacbell dot net gcc-bugzilla@gcc.gnu.org
Sun Jun 27 08:20:00 GMT 2004


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



More information about the Gcc-bugs mailing list