This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14376] [3.4 regression] scoping problem in template child class
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Mar 2004 02:07:49 -0000
- Subject: [Bug c++/14376] [3.4 regression] scoping problem in template child class
- References: <20040302000759.14376.nick@ilm.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-03-02 02:07 -------
Nick, 14.6.2 is called "Dependent names". Check 14.6.2p3 which talks about
dependent bases, and 14.6.3 to see how lookup works for non dependent names
(like 'x' in your code).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14376