This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug 10916] parse error when trying to create iterator with a template
- From: gcc-bugzilla at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 May 2003 20:50:09 -0000
- Subject: [Bug 10916] parse error when trying to create iterator with a template
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10916
bangerth@dealii.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From bangerth@dealii.org 2003-05-21 20:50 -------
You have to use "typename" if you want to refer to nested typenames of
template classes.
W.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.