[libcxx-commits] [libcxxabi] [libunwind] [libcxx] [libunwind][libcxx][libcxxabi] Fix Exception Handling build for wasm (PR #79667)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Feb 3 05:42:57 PST 2024
================
@@ -10,14 +10,11 @@
//
//===----------------------------------------------------------------------===//
+#if __STDC_VERSION__ < 202311L
----------------
trcrsired wrote:
stdbool.h removed in C23
https://github.com/llvm/llvm-project/pull/79667
More information about the libcxx-commits
mailing list