Fixed long long unsigned int
This commit is contained in:
parent
e58b123f4a
commit
d9e2462848
@ -52,7 +52,7 @@ namespace ts {
|
|||||||
|
|
||||||
CONVERTER_PRIMITIVE(int64_t);
|
CONVERTER_PRIMITIVE(int64_t);
|
||||||
CONVERTER_PRIMITIVE(uint64_t);
|
CONVERTER_PRIMITIVE(uint64_t);
|
||||||
#if __x86_64__
|
#if UINTPTR_WIDTH >= 64
|
||||||
CONVERTER_PRIMITIVE(long_long_unsigned_int_t);
|
CONVERTER_PRIMITIVE(long_long_unsigned_int_t);
|
||||||
#endif
|
#endif
|
||||||
typedef std::string std__string;
|
typedef std::string std__string;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user