This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/17000] parse error calling member template function of non-lvalue from within template class member
- From: "matt at galloway dot me dot uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Mar 2007 01:06:36 -0000
- Subject: [Bug c++/17000] parse error calling member template function of non-lvalue from within template class member
- References: <bug-17000-3238@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #7 from matt at galloway dot me dot uk 2007-03-18 01:06 -------
Same problem for me with gcc-4.0.1. Is this going to get fixed or is it correct
behaviour and the code needs some sort of codeword to tell the compiler that
func2 is a template?
--
matt at galloway dot me dot uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matt at galloway dot me dot
| |uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17000