[libcxx-commits] [libcxx] [libc++] refactor `cxx_atomic_wait` to make it reusable for atomic_ref (PR #81427)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 1 09:21:03 PST 2024


================
@@ -100,34 +131,41 @@ struct __libcpp_atomic_wait_backoff_impl {
   }
 };
 
-// The semantics of this function are similar to `atomic`'s
----------------
ldionne wrote:

I do feel like this comment would still be useful?

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


More information about the libcxx-commits mailing list