octave-maintainers
[Top][All Lists]
Advanced

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

Re: ov.h: class octave_value should not contain static members


From: Pascal Dupuis
Subject: Re: ov.h: class octave_value should not contain static members
Date: Thu, 20 Jan 2011 11:20:43 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.13) Gecko/20101207 Lightning/1.0b2 Thunderbird/3.1.7

Le 20/01/11 10:16, John W. Eaton a écrit :
> On 20-Jan-2011, CdeMills wrote:

> 
> Is that all the error message you get?  Aren't there additional error
> messages associated with this one that tells you  where oct-mem.h was
> included from?
> 

OK. I compile with
make 2>make.error | tee make.report

and so, the error message is dissociated from its context. The problem
occurs at src/Cell.h, line 43:

  Cell (void)
    : Array<octave_value> (dim_vector (0, 0)) { }


Once again, a cell of void should give access to functions requiring
empty_conv, but there should be no dynamic allocation/deallocation of a
void.

Regards

Pascal


reply via email to

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