Preprocessor: UINT_MAX is translated to constant incorrectly.
This commit is contained in:
parent
cfd7ce87cd
commit
99c4dd16db
5 changed files with 665 additions and 630 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue