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: 4 additions & 0 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1594,7 +1594,11 @@ features:

- desc: "Rename `std::nontype`, and make it broadly useful"
paper: P3774
summary: "`std::nontype_t` and `std::nontype` are renamed to `std::constant_arg_t` and `std::constant_arg`, respectively."
lib: true
ftm:
- name: __cpp_lib_function_ref
value: 202511L

- desc: "Remove `evaluation_exception()` from contract-violation handling for C++26"
paper: P3819
Expand Down