[libcxx-commits] [libcxx] [libc++] "Always" include_next for non C++ path in stdatomic.h (PR #178463)
James Y Knight via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jan 28 09:10:09 PST 2026
================
@@ -220,7 +220,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
----------------
jyknight wrote:
Also, shouldn't modify the cxx03 version.
https://github.com/llvm/llvm-project/pull/178463
More information about the libcxx-commits
mailing list