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++/41690] Scoping is incorrect for inherited classes nested inside a templated class.



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-10-13 05:56 -------
>the parent class is not templated. 
Actually it is.

The name of the parent class really is templ<T>::A, which is a templated class.


-- 


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


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