apparently the template overload of the std::ostream operator for Tpsa class is not able to automatically cast unsigned int to int anymore for new gcc compiler versions. [or the template syntax used was loose in the first place]
adding helpful comments about std::ostream formatting
std::ostream
operator forTpsa
class is not able to automatically castunsigned int
toint
anymore for new gcc compiler versions. [or the template syntax used was loose in the first place]std::ostream
formatting