[libcxx-commits] [libcxx] [libc++][ThreadSafety] Add thread safety annotations for variadic std::scoped_lock (PR #204462)
via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jun 18 12:47:58 PDT 2026
================
@@ -469,25 +469,44 @@ public:
};
template <class... _MArgs>
+# if defined(_LIBCPP_CLANG_VER) && _LIBCPP_CLANG_VER >= 2101
----------------
AnthonyCalandraGeotab wrote:
Done
https://github.com/llvm/llvm-project/pull/204462
More information about the libcxx-commits
mailing list