Description
Unary subtract on unsigned appears to generate a compiler warning on MSVC. If we're happy doing unary subtract on unsigned numbers in this context, we should locally disable the warning.
Unary subtract on unsigned appears to generate a compiler warning on MSVC. If we're happy doing unary subtract on unsigned numbers in this context, we should locally disable the warning.