AthContainers: Some updates to DataVector.
Some updates to DataVector, to be more consistent with recent standards.
- Declare some methods noexcept, where possible. (Some methods that are noexcept in std::vector do in fact throw exceptions with DataVector.)
- Declare empty as [[nodiscard]] as well as noexcept
- Have emplace_back return the pointer being pushed. For DataVector, we do the same thing for push_back,
Merge request reports
Activity
added Core master review-pending-level-1 labels
CI Result FAILURE (hash cffe2c37)Athena AthSimulation AthGeneration AnalysisBase 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
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 19056]added review-approved label and removed review-pending-level-1 label
mentioned in commit 42639537
added sweep:ignore label
Please register or sign in to reply