[libcxx-commits] [libcxx] [libc++][atomic] P2835R7: Expose `std::atomic_ref`'s object address (PR #162236)
Hristo Hristov via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 8 02:17:40 PDT 2025
================
@@ -0,0 +1,39 @@
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+// REQUIRES: std-at-least-c++26
+
+// XFAIL: !has-64-bit-atomics
----------------
Zingam wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/162236
More information about the libcxx-commits
mailing list