Skip to content
GitLab
Explore
Sign in
MuonTGC_Cabling: Fix cppcheck warnings.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Scott Snyder
requested to merge
ssnyder/athena:cppcheck.MuonTGC_Cabling-20210315
into
master
Mar 15, 2021
Overview
2
Commits
1
Pipelines
1
Changes
15
Expand
Prefer using an initialization list to assignments in a ctor body.
Avoid postincrement of user iterators.
Pass large objects by const reference, not by value.
Fix deletion of copy/assignment.
Merge request reports