This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11988] Using "using" in two-stage name lookup
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Aug 2003 13:56:00 -0000
- Subject: [Bug c++/11988] Using "using" in two-stage name lookup
- References: <20030820052808.11988.derrick@cco.caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11988
------- Additional Comments From bangerth at dealii dot org 2003-08-21 13:55 -------
In the documentation, the intent was to have the using declaration in class scope, not
within the member, to make the name visible to _all_ members.
W.