Skip to content

Remove explicit operator= from {ST,UT,Velo}Lite cluster

Gerhard Raven requested to merge no-explicit-operator= into master
  • there is no corresponding copy constructor
  • as there is no d'tor, operator= can, and thus should, be implicitly generated
  • should fix a number of gcc9 warnings

should be back-ported to run1/2 branch

Edited by Marco Cattaneo

Merge request reports