[libcxx-commits] [libcxx] [libc++] Fix inconsistency between is_lock_free and is_always_lock_free (PR #68109)
via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Oct 3 09:49:52 PDT 2023
================
@@ -27,8 +27,12 @@ struct TestFn {
void operator()() const {
typedef std::atomic<T> A;
T t = T();
+
----------------
phyBrackets wrote:
unrelated?
https://github.com/llvm/llvm-project/pull/68109
More information about the libcxx-commits
mailing list