Define __STDC_FORMAT_MACROS in order to enable all macros defined by inttypes.h in C++ mode, as was required by the C99 standard and was enforced by multiple old glibc versions. This extends the fix from r179419 that covered only macros defined by stdint.h but not those in inttypes.h.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
By the way, if anyone happens to have a 'more final' copy of the standards handy, feel free to provide a more consistent footnote numbers ;-).