We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dace551 commit b16ae89Copy full SHA for b16ae89
libc/include/llvm-libc-macros/annex-k-macros.h
@@ -13,7 +13,8 @@
13
(defined(__cplusplus) && __cplusplus >= 201703L)
14
15
// TODO(bassiounix): Who should def this macro (clang vs libc)? Where?
16
-#define __STDC_LIB_EXT1__ 201112L
+// TODO(bassiounix): uncomment/move when Annex K is fully implemented.
17
+// #define __STDC_LIB_EXT1__ 201112L
18
19
#if defined(__STDC_WANT_LIB_EXT1__) && __STDC_WANT_LIB_EXT1__ == 1
20
0 commit comments