This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/48169] compiler is confused about scope
- From: "peterf at silvaco dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 17 Mar 2011 16:14:34 +0000
- Subject: [Bug c++/48169] compiler is confused about scope
- Auto-submitted: auto-generated
- References: <bug-48169-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48169
--- Comment #6 from Peter Foelsche <peterf at silvaco dot com> 2011-03-17 16:14:27 UTC ---
> In a template unqualified names are not looked up in dependent base classes
Aegypt?!
Then explain to me, why it works for all the other classes and including other
methods inside this class.