[Bug c++/17981] parse error on template method of template class

2004-10-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-13 21:44 --- Most likely you searched only the open bugs. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17981

[Bug c++/17981] parse error on template method of template class

2004-10-13 Thread fang at csl dot cornell dot edu
--- Additional Comments From fang at csl dot cornell dot edu 2004-10-13 21:14 --- Subject: Re: parse error on template method of template class Thank you for the feedback. How come when I searched for the keywords "parse error template method" on bugzilla, I get the infamous `Zarro Bo

[Bug c++/17981] parse error on template method of template class

2004-10-13 Thread bangerth at dealii dot org
--- Additional Comments From bangerth at dealii dot org 2004-10-13 21:10 --- The workaround is to write return k.template is_a_xfer(); W. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17981

[Bug c++/17981] parse error on template method of template class

2004-10-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-13 20:18 --- Yes this was reported before PR 795. *** This bug has been marked as a duplicate of 795 *** -- What|Removed |Added --

[Bug c++/17981] parse error on template method of template class

2004-10-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-13 20:17 --- 3.4.0 accepts the code for me and runs. -- What|Removed |Added Keywords|