[libcxx-commits] [libcxx] [libc++] Don't implement <stdatomic.h> before C++23 (PR #123130)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jan 27 10:14:31 PST 2025


ldionne wrote:

That would make sense: this change goes back to the status quo that C's `<stdatomic.h>` is incompatible with `<atomic>` before C++23, and you must have been relying on that problem being fixed. This patch explains why we can't do that before C++23, though.

https://github.com/llvm/llvm-project/pull/123130


More information about the libcxx-commits mailing list