Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
Visual Studio 2017
Description
// largest consecutive integer representable by a double (2 ^ 53 - 1) static const long max_safe_integer = 0x1fffffffffffff;
Raises
warning C4305: 'initializing' : truncation from '"__int64' to 'long'
Attachments
Issue Links
- is part of
-
THRIFT-4405 Incorrect handling of sequence numbers that wrap to negative
- Closed