[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #44665] error in concatenation of classdef obj
From: |
Guillaume |
Subject: |
[Octave-bug-tracker] [bug #44665] error in concatenation of classdef objects |
Date: |
Thu, 21 Apr 2016 16:02:04 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Firefox/45.0 |
Follow-up Comment #2, bug #44665 (project octave):
The error message is now:
warning: struct: converting a classdef object into a struct overrides the
access restrictions defined for properties. All properties are returned,
including private and protected ones.
warning: struct: converting a classdef object into a struct overrides the
access restrictions defined for properties. All properties are returned,
including private and protected ones.
error: octave_base_value::parent_class_name_list(): wrong type argument
'object'
A way around is:
a(1) = foo();
a(2) = foo()
a =
<object array foo>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?44665>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Octave-bug-tracker] [bug #44665] error in concatenation of classdef objects,
Guillaume <=