This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31881] inherited members invisible within nested class within templated class
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 May 2007 16:23:04 -0000
- Subject: [Bug c++/31881] inherited members invisible within nested class within templated class
- References: <bug-31881-14528@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from pinskia at gcc dot gnu dot org 2007-05-09 17:23 -------
I don't think this is a bug. class B is dependent so the inherited elements are
not seen.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31881