[Bug c++/34184] Scope broken for inherited members inside template class?
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Dec 8 22:51:00 GMT 2007
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-12-08 22:51 -------
bar in the context of the base class is dependent so the code is invalid.
That is the base class of foo<T>::baz is depdentent.
Note you can declare a specialization of foo<T>::bar which shows that the code
is really dependent.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34184
More information about the Gcc-bugs
mailing list