Skip to content

Remove explicit copy constructor from STChannelID (@graven)

Marco Cattaneo requested to merge no-explicit-copy into run2-patches
  • there is no corresponding operator=
  • as there is no d'tor, copy c'tor can, and thus should, be implicitly generated
  • should fix a number of gcc9 warnings

Cherry-picked from !2082 (merged)

Edited by Marco Cattaneo

Merge request reports