This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11467] using doesn't help with two-stage lookup of members in template base
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jul 2003 14:34:49 -0000
- Subject: [Bug c++/11467] using doesn't help with two-stage lookup of members in template base
- References: <20030708141716.11467.benko@sztaki.hu>
- 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=11467
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-07-08 14:34:48
date| |
------- Additional Comments From bangerth at dealii dot org 2003-07-08 14:34 -------
Confirmed.
Putting the using declaration into the function is not allowed, though.
You can only do that with namespace names.
W.