ICU 64.2
64.2
|
C API: Definitions of integer types of various widths. More...
Go to the source code of this file.
Macros | |
#define | __STDC_LIMIT_MACROS |
According to the Linux stdint.h, the ISO C99 standard specifies that in C++ implementations macros like INT32_MIN and UINTPTR_MAX should only be defined if explicitly requested. More... | |
C API: Definitions of integer types of various widths.
Definition in file ptypes.h.
#define __STDC_LIMIT_MACROS |
According to the Linux stdint.h, the ISO C99 standard specifies that in C++ implementations macros like INT32_MIN and UINTPTR_MAX should only be defined if explicitly requested.
We need to define __STDC_LIMIT_MACROS before including stdint.h in C++ code that uses such limit macros.