This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11441] calling a member's template member function, from templated constructor
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jul 2003 14:34:53 -0000
- Subject: [Bug c++/11441] calling a member's template member function, from templated constructor
- References: <20030705234153.11441.Jez__@hotmail.com>
- 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=11441
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Summary|calling a member's template |calling a member's template
|member function, from |member function, from
|templated constructor |templated constructor
------- Additional Comments From bangerth at dealii dot org 2003-07-07 14:34 -------
Confirmed, but this is already fixed with the new parser in CVS.
For the time being, the workaround is to use
Member.template Bar<int>(0);
Regards
Wolfgang