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]
Other format: [Raw text]

[Bug c++/14376] [3.4 regression] scoping problem in template child class


------- 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


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