Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -957,15 +957,15 @@ features:
- desc: "Expose `std::atomic_ref`'s object address (`std::atomic_ref::address()`)"
paper: [P2835, P3936]
lib: true
support: [Clang 22 (partial), GCC]
support: [Clang 22 (partial), GCC 16]
ftm:
- name: __cpp_lib_atomic_ref
value: 202411L
- name: __cpp_lib_atomic_ref
value: 202603L
hints:
- target: Clang 22
msg: Supports an older proposal, with a different return type.
msg: "Supports the older proposal, with a different return type."

- desc: "cv-qualified types in `std::atomic` and `std::atomic_ref`"
paper: P3323
Expand Down
Loading