Skip to content

cppcheck: fix passedByValue defects

Frank Winklmeier requested to merge fwinkl/Gaudi:cppcheck2 into master

Fix pass-by-value cppcheck defects. Mostly affects std::string. Strictly speaking this modifies the public API of some classes but likely won't affect any clients.

Merge request reports

Loading