Conversation
Delete the Copy-constructor in Series and add a move-constructor to Series and Attributable. This is a quick-fix for currently inconsistent handle-creation during copy.
|
Reason for the segfault: In this line, pointer The old test only really ever ran fine by accident: Flushing from the So, for a quick fix, I'd suppose that move operations must be disallowed too. For a long-term fix, pointers and references must only go to (internal) classes without copy and move constructors. Also, I think that |
Delete the Copy-constructor in Series and add a move-constructor to Series and Attributable. This is a quick-fix for currently inconsistent handle-creation during copy.
Reproducer and long-term strategy as handle: #804
To Do
AttributableandSeriesNEWS