[libcxx-commits] [libcxxabi] Update stdckdint.h and make it available in pre-C23 modes. (PR #69649)
Jessica Clarke via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 19 15:55:25 PDT 2023
================
@@ -33,8 +33,3 @@
#error "__STDC_VERSION_STDINT_H__ not defined"
// expected-error at -1 {{"__STDC_VERSION_STDINT_H__ not defined"}}
#endif
-
-#include <stdckdint.h>
-#ifndef __STDC_VERSION_STDCKDINT_H__
-#error "__STDC_VERSION_STDCKDINT_H__ not defined"
----------------
jrtc27 wrote:
And this test needs to stay
https://github.com/llvm/llvm-project/pull/69649
More information about the libcxx-commits
mailing list