Skip to content

Fix msvc compilation

Gatgat requested to merge limits_msvc_compil into master

Since 2147483648 doesn't fit in a 'int', it's built into an 'unsigned int' and then the unary '-' is applied, resulting in a compilation error.

Merge request reports