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

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

[Octave-bug-tracker] [bug #58572] cellfun calls overloaded functions for


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #58572] cellfun calls overloaded functions for class method isnumeric called instead of built-in isnumeric
Date: Mon, 15 Jun 2020 14:13:54 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #4, bug #58572 (project octave):

Thanks.  So it knows that @isnumeric is defined inside the c_tst class but it
does the dispatching correctly based on the argument types.  That makes sense,
but I assume there is some other use case for this type of handle that makes
use of the class info?  Also, it seems weird to me that it has the "file"
field set to "MATLAB built-in function".  I mean, if you made a function call
with this handle and passed a c_tst object to it, I assume you wouldn't call
the built-in isnumeric function.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58572>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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