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++/34184] Scope broken for inherited members inside template class?



------- Comment #1 from pinskia at gcc dot gnu dot org  2007-11-22 21:03 -------
The issue comes down to if bar is dependent here and if so is baz's base.

The namelookup rules for being dependent are weird and hard to understand
really and actually changes namelookup in some cases so we have to go what the
standard says.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34184


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