Using binary one's complement to negate an unsigned int
This removes a Visual Studio warning C4146: unary minus operator applied to unsigned type, result still unsigned. Original code: https://github.com/google/protobuf/commit/24493eef9395e5b832360e12efabf9c363c9cb15
Showing
Please
register
or
sign in
to comment