Skip to content

23.0-cppcheck-AthenaPoolCnvSvc

Shaun Roe requested to merge sroe/athena:23.0-cppcheck-AthenaPoolCnvSvc into master

solve minor performance cppcheck defects in AthenaPOOL: replacing the pattern s=s.substr(0,s.find(c)) with erase or resize.

Merge request reports