Skip to content

make AbstractObject move constructible and move assignable #357

Closed
@untereiner

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions