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
Requirements / Architecture