[libcxx-commits] [libcxx] [libc++][atomics] P3936R1: Safer ``atomic_ref::address`` (PR #189761)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Apr 11 19:10:35 PDT 2026
================
@@ -8,31 +8,62 @@
// REQUIRES: std-at-least-c++26
-// constexpr T* address() const noexcept;
+// ADDITIONAL_COMPILE_FLAGS(gcc-style-warnings): -Wno-deprecated-volatile
+// ADDITIONAL_COMPILE_FLAGS: -Wno-deprecated-volatile
----------------
frederick-vs-ja wrote:
OK. Let's go with this.
https://github.com/llvm/llvm-project/pull/189761
More information about the libcxx-commits
mailing list