[Bug c++/18055] seems not possible to specialize a template member function

2004-11-04 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-11-04 14:08 --- Sorry Ramya, this report is too confusing because of the millions of lines pasted in it. Would you please open a new bug report and this time *attacch* the preprocessed source to it? To attacch it, you mus

[Bug c++/18055] seems not possible to specialize a template member function

2004-11-04 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|critical|normal http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18055

[Bug c++/18055] seems not possible to specialize a template member function

2004-11-04 Thread ramya dot chandar at wipro dot com
-- What|Removed |Added Severity|normal |critical Status|WAITING |NEW Priority|P2 |P

[Bug c++/18055] seems not possible to specialize a template member function

2004-10-20 Thread ramya dot chandar at wipro dot com
--- Additional Comments From ramya dot chandar at wipro dot com 2004-10-21 03:49 --- Subject: Re: seems not possible to specialize a template member function I tried the way you have mentioned. Giving the "template<> " in all the specialized function definitions. But, it didn't wor

[Bug c++/18055] seems not possible to specialize a template member function

2004-10-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-20 13:28 --- Two things for specialization you have to define the template functions like: template<> IOCM::Status IOCM_SequenceTempl::_unpack(IOCM::MessageBox& msgBox) instead of the current without "template<>", This

[Bug c++/18055] seems not possible to specialize a template member function

2004-10-19 Thread giovannibajo at libero dot it
--- Additional Comments From giovannibajo at libero dot it 2004-10-19 11:46 --- I fixed a similar bug in 4.0 already, but we can't really tell until either you try for yourself or attacch a preprocessed file. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18055

[Bug c++/18055] seems not possible to specialize a template member function

2004-10-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-19 11:27 --- Can you attach the preprocessed source? -- What|Removed |Added CC|

[Bug c++/18055] seems not possible to specialize a template member function

2004-10-19 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-19 11:27 --- *** Bug 18056 has been marked as a duplicate of this bug. *** -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18055