Skip to content

Extract move assign / construction functionality in SkeletonBase into separate class #91

@LittleHuba

Description

@LittleHuba

What

SkeletonBase currently has a Cleanup method which is called both in the destructor and the move assignment operator. We should try to extract the functionality needed in the move constructor / assignment operator to a separate class so that SkeletonBase can have a default move constructor / move assignment operator if possible.

How

No response

Estimates for realization

  • Effort medium
  • No impact on users expected

Category

  • Affects Detailed Design

Requirements / Architecture

  • Requirements / Architecture are not affected by this change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions