You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C99 explicitly states that these macros should only be defined
for C++ implementations if __STDC_LIMIT_MACROS is defined,
C++11 subsequently over ruled this and provides the macros
without the definition of _STDC_LIMIT_MACROS, hence the only way
to use these macros across a range of C++ implementations is to
define the macro before including stdint.h.
0 commit comments