[libcxx-commits] [libcxx] [libc++][Android] Always redirect <stdatomic.h> to <atomic> (PR #143036)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 6 07:15:55 PDT 2025
================
@@ -7,7 +7,10 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: no-threads
-// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
+
+// On Android, libc++'s <stdatomic.h> header always redirects to <atomic>, even before C++23.
+// UNSUPPORTED: c++03
----------------
enh-google wrote:
why is c++03 on a separate line now?
https://github.com/llvm/llvm-project/pull/143036
More information about the libcxx-commits
mailing list