[Bug c++/13520] gcc crashes with inheritance + default template parameter of nested template type

paolo at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Dec 30 13:27:00 GMT 2003


------- Additional Comments From paolo at gcc dot gnu dot org  2003-12-30 13:07 -------
This is an ICE on illegal, already fixed for 3.4.
A 'template' keyword is missing:

template<typename> class Policy2 = ChangedPolicy<Policy1>::template Type
                                                           ^^^^^^^^


-- 


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



More information about the Gcc-bugs mailing list