[libcxx-commits] [PATCH] D97044: [libc++] [C++2b] [P0943] Add stdatomic.h header.
Hubert Tong via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 1 09:49:22 PST 2022
hubert.reinterpretcast added inline comments.
================
Comment at: libcxx/include/stdatomic.h:124
+
+#ifdef __cplusplus
+
----------------
Please see thread re: unintended consequences of enabling C++ `stdatomic.h` for applications currently using the C one with Clang:
https://llvm.discourse.group/t/compiling-with-built-in-stdatomic-vs-stdatomic-h/6225
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97044/new/
https://reviews.llvm.org/D97044
More information about the libcxx-commits
mailing list