Fix deleted assignment operator on SG::VersionedKey
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
Activity
This merge request affects 1 package:
- Control/SGTools
This merge request affects 2 files:
- Control/SGTools/SGTools/SGVersionedKey.h
- Control/SGTools/src/SGVersionedKey.cxx
Adding @ssnyder as watcher
added Core master review-pending-level-1 labels
CI Result SUCCESS (hash 5a934993)Athena AthSimulation AthGeneration AnalysisBase AthAnalysis externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthAnalysis: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 28387]added review-approved label and removed review-pending-level-1 label
mentioned in commit eb59b090
added sweep:ignore label