[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: -frepo g++ bug ?
From: |
Alexandre Oliva |
Subject: |
Re: -frepo g++ bug ? |
Date: |
12 Feb 2001 17:06:02 -0200 |
User-agent: |
Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) |
On Feb 12, 2001, Marat Ruvinov <address@hidden> wrote:
> I wanted to force g++ to "automatically" instantiate template code using
> the -frepo option described in the g++ manual.
Even when using -frepo, the definition of a template must still be
visible whenever it's used, unless it's explicitly instantiated
elsewhere, otherwise implicit instantiation will not take place.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer address@hidden, redhat.com}
CS PhD student at IC-Unicamp address@hidden, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me
- -frepo g++ bug ?, Marat Ruvinov, 2001/02/12
- Re: -frepo g++ bug ?,
Alexandre Oliva <=