Skip to content

Commit 42ca804

Browse files
committed
We approved P3936R7 at the WG21 meeting last month
1 parent 24b828f commit 42ca804

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

features_cpp26.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,12 +955,17 @@ features:
955955
value: 202411L
956956

957957
- desc: "Expose `std::atomic_ref`'s object address (`std::atomic_ref::address()`)"
958-
paper: P2835
958+
paper: [P2835, P3936]
959959
lib: true
960-
support: [Clang 22]
960+
support: [Clang 22 (partial), GCC]
961961
ftm:
962962
- name: __cpp_lib_atomic_ref
963963
value: 202411L
964+
- name: __cpp_lib_atomic_ref
965+
value: 202603L
966+
hints:
967+
- target: Clang 22
968+
msg: Supports an older proposal, with a different return type.
964969

965970
- desc: "cv-qualified types in `std::atomic` and `std::atomic_ref`"
966971
paper: P3323

0 commit comments

Comments
 (0)