================ @@ -23,6 +23,7 @@ #if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 202311L #define __STDC_VERSION_STDCKDINT_H__ 202311L +#endif ---------------- AaronBallman wrote:
GCC exposes this value in all C and C++ language modes, so we should go ahead and remove the `#if` entirely and just always define the macro. https://github.com/llvm/llvm-project/pull/69649 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits