[Bug c++/22427] New: member function template of partial specialized class template

2005-07-11 Thread zhaojiangbin at yahoo dot com
specialized class template Product: gcc Version: 4.0.1 Status: UNCONFIRMED Severity: normal Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: zhaojiangbin at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org GCC host triplet: i486-linux-gnu GCC target triplet: i486-linux-gnu http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22427

[Bug c++/18497] error in parsing function template

2004-11-15 Thread zhaojiangbin at yahoo dot com
--- Additional Comments From zhaojiangbin at yahoo dot com 2004-11-15 17:54 --- (In reply to comment #0) > The code in question: > begin > struct C > { > template void f() {} > }; > > template void ff() > { > C c; > c.f(); // <-- &g

[Bug c++/18497] New: error in parsing function template

2004-11-14 Thread zhaojiangbin at yahoo dot com
at gcc dot gnu dot org ReportedBy: zhaojiangbin at yahoo dot com CC: gcc-bugs at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18497