[Bug c++/11711] Inheritance from partially specialized template does not work
mmitchel at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jul 29 20:37:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11711
mmitchel at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-07-29 20:36 -------
This is correct behavior per the standard.
The base class is dependent; therefore name lookup does look into the base
class.
See gcc/doc/trouble.texi for more information.
More information about the Gcc-bugs
mailing list