This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5763] Unhelpful message with missing typename
- From: "mmitchel 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 Dec 2003 05:14:19 -0000
- Subject: [Bug c++/5763] Unhelpful message with missing typename
- References: <20020223174601.5763.jcab@jcabs-rumblings.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From mmitchel at gcc dot gnu dot org 2003-12-04 05:14 -------
In GCC 3.4, the compiler now says:
test.C:15: error: non-template `iterator' used as template
test.C:15: error: (use `filter<phase_2<Phase1> >::template iterator' to indicate
that it is a template)
which is a sensible error message. It gets a little confused after that point,
but that is not important.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5763