This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Templates
- From: Matthieu Moy <Matthieu dot Moy at imag dot fr>
- To: Eduardo Cesar Cabrera Flores <eccf at super dot unam dot mx>
- Cc: <gcc-help at gcc dot gnu dot org>
- Date: Thu, 27 Mar 2003 09:21:26 +0100
- Subject: Re: Templates
- Organization: Verimag
- References: <Pine.BSO.4.33.0303261719330.23495-100000@mezcal.super.unam.mx>
Eduardo Cesar Cabrera Flores <eccf at super dot unam dot mx> writes:
> How to compile multiples files source code with templates classes and
> functions in a makefile?
When you use templates, gcc needs to have all the template-related
code in the .h file.
--
Matthieu