This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3333: Using declaration doesn't work with classes.
- To: aroach at stoic dot electriceyeball dot com, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Subject: Re: c++/3333: Using declaration doesn't work with classes.
- From: nathan at gcc dot gnu dot org
- Date: 1 Jul 2001 14:57:27 -0000
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