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

Damien L-G via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jan 12 16:24:54 PST 2025


================
@@ -14,8 +14,10 @@
 #include <__cxx03/__config>
 #include <__cxx03/__memory/addressof.h>
 #include <__cxx03/__type_traits/is_assignable.h>
+#include <__cxx03/__type_traits/is_same.h>
----------------
dalg24 wrote:

You're right I will undo.  I had just grepped through the codebase and saw the RFC afterwards.

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


More information about the libcxx-commits mailing list