maths: use mult rather than negation in constexpr
util::digits was triggering signed overflow warnings under gcc. By using negative multiplication rather than explicit negation we get the same behaviour, sans warning.
This commit is contained in:
parent
98c09df7f9
commit
3d5aff0f30