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
1 change: 1 addition & 0 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,7 @@ features:
- desc: "Contracts for C++ (`<contracts>`)"
paper: P2900
summary: "Contracts let you specify preconditions, postconditions, and assertions that document and enforce function requirements."
support: [GCC 16]
ftm:
- name: __cpp_contracts
value: 202502L
Expand Down
Loading