Remove explicit operator= from {ST,UT,Velo}Lite cluster
- 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