Closed
Description
Is your feature request related to a problem? Please describe.
I would like to transform the unordered_map from getDataObjects
. However it is not possible to process it because the object behind of std::unique_ptr is not movable.
Describe the solution you'd like
Make AbstractObject movable or remove the unique_ptr
Describe alternatives you've considered
n.a.
Additional context
n.a.
Metadata
Assignees
Labels
No labels