This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Problem with class operators.
- From: Eljay Love-Jensen <eljay at adobe dot com>
- To: Kristian Kratzenstein <kristian dot kratzenstein at kielnet dot net>, gcc-help at gcc dot gnu dot org
- Date: Mon, 25 Jul 2005 10:32:21 -0500
- Subject: Re: Problem with class operators.
Hi Kristian,
Non-specialized template functions and methods need to be defined in the
header file which declares them.
Otherwise they are only visible to the translation unit in which they are
defined.
HTH,
--Eljay