octave-maintainers
[Top][All Lists]
Advanced

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

Re: do_load differs in load-save.cc and load-save.h


From: c.
Subject: Re: do_load differs in load-save.cc and load-save.h
Date: Wed, 5 Oct 2011 00:45:00 +0200

On 5 Oct 2011, at 00:34, Jordi Gutiérrez Hermoso wrote:

> Uhm... what?
> 
>    
> http://hg.savannah.gnu.org/hgweb/octave/file/4916b436d0bb/src/load-save.cc#l330
> 
> How did you miss it? It's readily greppable. Or am *I* missing something?
> 
> - Jordi G. H.

Jordi, 

Sorry for not being clear enough,
the two functions look different to me.

in load-save.h the order of the argument types is:
std::istream&, const std::string&, bool, etc...

while in load-save.cc it is:
std::istream&, const std::string&, load_save_format, etc...

an input parameter of type bool is missing in the definition or is unneeded in 
the declaration?
or is there anoother reason why the two differ?

c.

reply via email to

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