This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14014] inheritance failure
- 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: 4 Feb 2004 06:54:49 -0000
- Subject: [Bug c++/14014] inheritance failure
- References: <20040204064722.14014.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-02-04 06:54 -------
Not a bug, read the error message:
foo.cc:13: error: there are no arguments to `set' that depend on a template parameter, so a declaration
of `set' must be available
foo.cc:13: error: (if you use `-fpermissive', G++ will accept your code, but allowing the use of an
undeclared name is deprecated)
Also read http://gcc.gnu.org/gcc-3.4/changes.html.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14014