Skip to content

Remove explicit copy constructor from {U,S}TChannelID

Gerhard Raven requested to merge no-explicit-copy into master
  • 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
Edited by Marco Cattaneo

Merge request reports