octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: failed build after rev b646413c3d0e


From: John W. Eaton
Subject: Re: failed build after rev b646413c3d0e
Date: Wed, 31 Aug 2011 18:30:55 -0400

On 31-Aug-2011, Jordi Gutiérrez Hermoso wrote:

| As far as I can tell, I only instantiate that symbol once from the
| source file Sparse.cc... what could happen is that this file is
| getting compiled twice, for some odd reason.

Sparse.cc defines template functions for use elsewhere, so you don't
want to instantiate those specific instances in Sparse.cc.  You
probably want to put them with the other instantiations of Sparse
templates in Sparse-d.cc and Sparse-b.cc instead.

jwe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]