[libcxx-commits] [libcxx] [libc++] cv-qualified types in atomic and atomic_ref (P3323R1) (PR #121414)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Mar 31 12:52:03 PDT 2025


================
@@ -45,12 +45,12 @@ template <class T, class StoreOp, class LoadOp>
 void test_seq_cst(StoreOp store_op, LoadOp load_op) {
----------------
ldionne wrote:

Should we introduce `using Unqualified = std::remove_cv_t<T>` here like we do in other places?

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


More information about the libcxx-commits mailing list