This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/10200] Weird clash with same names in different scopes
- 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 Aug 2004 06:12:31 -0000
- Subject: [Bug c++/10200] Weird clash with same names in different scopes
- References: <20030324165600.10200.sturgill@cs.baylor.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-08-04 06:12 -------
It is even worse now on the mainline:
pr10200.cc: In member function `bool X<T>::bar()':
pr10200.cc:8: error: missing `>' to terminate the template argument list
pr10200.cc: In member function `bool X<T>::bar() [with T = int]':
pr10200.cc:11: instantiated from here
pr10200.cc:8: error: `foo' is not a member template function
--
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed|2004-05-05 03:49:04 |2004-08-04 06:12:28
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=10200