silenced warnings about deprecated copy ctors
Objects in static_types.hh relied on implicitely defined
constructors. They have now all been made explicit: those that
do not make sense in StaticArray are deleted. Tensor and
TensorProxy explicitely define their own move/copy constructors.