[libcxx-commits] [libcxx] [libc++] cv-qualified types in atomic and atomic_ref (P3323R1) (PR #121414)
via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Jan 12 04:48:27 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>
----------------
huixie90 wrote:
I thought we only apply security bug fixes to 03 mode? Maybe I am wrong @philnik777
https://github.com/llvm/llvm-project/pull/121414
More information about the libcxx-commits
mailing list