This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/18306] seems not possible to specialize a template member function
- From: "ramya dot chandar at wipro dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Nov 2004 06:55:49 -0000
- Subject: [Bug c++/18306] seems not possible to specialize a template member function
- References: <20041105041308.18306.ramya.chandar@wipro.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From ramya dot chandar at wipro dot com 2004-11-24 06:55 -------
clarification please...
I tried including "template<>" in front of each of the specialized template
member functions. It doesn't solve the problem.
But, in the code i have attached,( since the generalised and specialized
template member functions ) are explicitely instantiated in a module(
Sequence.impl ), its not defined separately in any of the translation unit.
Still why does it fail.
I don't know how is it violating the rule. Can you please tell me, what needs to
be done exactly.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18306