c++/10133: public/protected member of template base class is not seen in derived template class.

Giovanni Bajo giovannibajo@libero.it
Tue Mar 18 20:30:00 GMT 2003


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&p
r=10133

Not a bug. Base template classes are not in the default lookup. 3.4 is right
about this, other versions are wrong. Usual "workaround" is using
this->member.

Giovanni Bajo



More information about the Gcc-bugs mailing list