error: invalid suffix "i64" on integer constant
Posted: Thu Nov 07, 2013 10:12 am
./pluginterfaces/base/ftypes.h:82:33: error: invalid suffix "i64" on integer constant
When compiling an error, I suggested that we need 64-bit version, what to do?
Code: Select all
static const int64 kMaxInt64 = 9223372036854775807i64;
static const int64 kMinInt64 = (-9223372036854775807i64 - 1);