Skip to content

Fix clang 10 warnings.

Scott Snyder requested to merge ssnyder/Gaudi:clang10-20201219 into master
  • Implicit assignment op in the presence of an explicit copy ctor is deprecated. And also the other way round.

Needed to fix warnings in the ATLAS clang build.

Merge request reports