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]

Re: c++/3333: Using declaration doesn't work with classes.


Synopsis: Using declaration doesn't work with classes.

State-Changed-From-To: open->closed
State-Changed-By: nathan
State-Changed-When: Sun Jul  1 07:57:26 2001
State-Changed-Why:
    You are mistaken. Only using declarations at class scope
    can give a qualified name of a (base) class member.
    Your example has a using declaration at namespace scope.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view&pr=3333&database=gcc


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