This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Missing inlines?
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: Joerg dot Richter at pdv-FS dot de
- Cc: bkoz at redhat dot com, libstdc++ at gcc dot gnu dot org
- Date: 11 Dec 2003 11:01:02 +0100
- Subject: Re: Missing inlines?
- Organization: Integrable Solutions
- References: <E8CDBCCCB3158347AC15ADEBFB24A84F482DD1@fsexchng.pdv-fs.de>
Joerg.Richter@pdv-FS.de writes:
| But Bo Persson wrote that templates are automatic inline.
template are NOT "automatic inline". But you don't have to put inline
in their definition in order to include them in different translation
units.
-- Gaby