Skip to content
Snippets Groups Projects

Fix deleted assignment operator on SG::VersionedKey

Merged Nuno Dos Santos Fernandes requested to merge dossantn/athena:SGVersionedKeyFixes into master

SG::VersionedKey had a deleted operator=, but a valid copy constructor that simply copied the member strings (thus equivalent to the default copy constructor).

Thus, it seems reasonable to declare the class' copy and move constructors and copy and move assignment operators as default.

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