|
From: | Mike Miller |
Subject: | [Octave-bug-tracker] [bug #56856] class method calls overloaded function instead of basic function |
Date: | Wed, 4 Sep 2019 15:49:08 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.132 Safari/537.36 |
Update of bug #56856 (project octave): Status: None => Works For Me _______________________________________________________ Follow-up Comment #1: I'm confused by your example. In the test.func method, you create an array 'x' of double, but then you call 'size(this)', which does and should call the test.size method because the argument is a 'test' object. So that seems to be behaving correctly. If you change the example to call 'size(x)', then it does correctly call double.size. Do you agree that there is no bug here? _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?56856> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |