Skip to content
Snippets Groups Projects

Disable move constructor and move assignment operator

Closed Volker Friese requested to merge v.friese/cbmroot:asicpar into master

The default (implicit) methods created by the compiler will be incorrect, since this class allocates dynamically. They are thus prevented.

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.

Merge request reports

Merge request pipeline #14132 failed

Merge request pipeline failed for 03bae3e7

Approval is optional

Closed by Volker FrieseVolker Friese 3 years ago (Nov 19, 2021 11:35am UTC)

Merge details

  • The changes were not merged into master.

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