[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
Thu Jan 16 07:41:37 PST 2025


================
@@ -592,6 +592,10 @@ template <class T>
 #else
 #  include <__config>
 
+#  if _LIBCPP_STD_VER < 23 && defined(_LIBCPP_STDATOMIC_H)
----------------
ldionne wrote:

Please let me know what you think about the latest update.

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


More information about the libcxx-commits mailing list