Preprocessor: UINT_MAX is translated to constant incorrectly.
This commit is contained in:
@@ -258,4 +258,7 @@ const uint64_t i_to_u64 = uint64_t(si);
|
||||
|
||||
// uint <-> int64
|
||||
const uint i64_to_u = uint(si64);
|
||||
const int64_t u_to_i64 = int64_t(su);
|
||||
const int64_t u_to_i64 = int64_t(su);
|
||||
|
||||
#define UINT64_MAX 18446744073709551615ul
|
||||
uint64_t u64Max = UINT64_MAX;
|
||||
|
||||
Reference in New Issue
Block a user