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

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

[Octave-bug-tracker] [bug #65667] classdef calls overloaded function str


From: Rik
Subject: [Octave-bug-tracker] [bug #65667] classdef calls overloaded function struct() rather than builtin struct()
Date: Wed, 15 May 2024 17:06:38 -0400 (EDT)

Follow-up Comment #7, bug #65667 (group octave):

I'm guessing that this bit of code will exercise the problem.


p = inputParser ();
p.addParameter ('arg1', testClass)


I can see a way to re-code inputParser.m to not use struct() and use
dot-notation instead.  But, I'd like confirmation about what Matlab does.



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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