octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #45659] version function: options and return v


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #45659] version function: options and return values supported by Matlab
Date: Wed, 13 Apr 2016 19:27:50 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:44.0) Gecko/20100101 Firefox/44.0 Iceweasel/44.0

Follow-up Comment #36, bug #45659 (project octave):

In Octave, we prefer C++ style casts instead of C-style casts.

I'd probably use a typedef to define a type for the function and then an
assignment with a reinterpret_cast<>:

The blas version function definitely doesn't belong in the oct-shlib file. 
Maybe it would be better to add a function to the oct-shlib class to either
open the current executable as a shared library, then we could just use the
resulting octave_shlib object as we do any other to search for symbols.

But I'm not sure what the best organization is for this yet.  I'll have to
thing about this a bit more.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45659>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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