[libcxx-commits] [libcxx] [libc++] "Always" include_next for non C++ path in stdatomic.h (PR #178463)
Walter Lee via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 28 09:04:29 PST 2026
================
@@ -231,7 +231,7 @@ using std::atomic_store_explicit _LIBCPP_USING_IF_EXISTS;
using std::atomic_signal_fence _LIBCPP_USING_IF_EXISTS;
using std::atomic_thread_fence _LIBCPP_USING_IF_EXISTS;
-# elif defined(_LIBCPP_COMPILER_CLANG_BASED)
+# else
----------------
googlewalt wrote:
Done.
https://github.com/llvm/llvm-project/pull/178463
More information about the libcxx-commits
mailing list