[PATCH] D24903: [libcxx] [include] Declare __STDC_*_MACROS for C++11 compat in old libc

Michał Górny via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 26 00:10:17 PDT 2016


mgorny added inline comments.

================
Comment at: include/stdint.h:25
@@ +24,3 @@
+    INT8_MAX
+    INT16_MAX
+    INT32_MAX
----------------
Are you referring to the way __STDC_LIMIT_MACROS etc. is handled there? Or something more?


https://reviews.llvm.org/D24903





More information about the cfe-commits mailing list