Skip to content
Snippets Groups Projects

Implement move constructor and move assignment operator.

Merged Volker Friese requested to merge v.friese/cbmroot:asicpar into master
All threads resolved!

The default (implicit) methods created by the compiler will be incorrect, since this class allocates dynamically. Thus, custom implementations were added.

See also !596 (merged). That the code does not crash is only due to the fact that move operation were not applied on this class.

Edited by Volker Friese

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading