[Bug c++/11759] Template base class members are inaccessible

pinskia at physics dot uc dot edu gcc-bugzilla@gcc.gnu.org
Fri Aug 1 10:57: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=11759


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |DUPLICATE


------- Additional Comments From pinskia at physics dot uc dot edu  2003-08-01 10:57 -------
>From bug 11711:
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.

Closing as dup of bug 11711 which is invalid.

*** This bug has been marked as a duplicate of 11711 ***



More information about the Gcc-bugs mailing list