Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions features_cpp20.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,7 @@ features:
- Xcode 10
- tool: R++
status: unsupported
issue: RSCPP-37872
ftm:
- name: __cpp_impl_destroying_delete
value: 201806L
Expand Down Expand Up @@ -809,6 +810,7 @@ features:
- Xcode 11.4
- tool: R++
status: unsupported
issue: RSCPP-37873

- desc: "Signed integers are two's complement"
paper: P1236
Expand Down Expand Up @@ -1415,6 +1417,7 @@ features:
- Xcode 14
- tool: R++
status: unsupported
issue: RSCPP-37874

- desc: "`constinit`"
paper: P1143
Expand Down
1 change: 1 addition & 0 deletions features_cpp23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1008,6 +1008,7 @@ features:
- Clang 15
- MSVC 14.0
- Xcode 15
- R++

- desc: "`char8_t` compatibility and portability fix"
paper: P2513
Expand Down
3 changes: 3 additions & 0 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ features:
- Xcode 16.3
- tool: R++
status: unsupported
issue: RSCPP-37865

- desc: "Saturation arithmetic"
paper: [P0543, P4052]
Expand Down Expand Up @@ -773,6 +774,7 @@ features:
- GCC 15
- Clang 20
- Xcode 26.4
- R++ 2025.3
ftm:
- name: __cpp_constexpr
value: 202406L
Expand Down Expand Up @@ -1372,6 +1374,7 @@ features:
- Clang 24
- tool: R++
status: unsupported
issue: RSCPP-37871
ftm:
- name: __cpp_constexpr_virtual_inheritance
value: 202506L
Expand Down
11 changes: 10 additions & 1 deletion features_cpp29.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ features:
- GCC 17
- tool: R++
status: unsupported
issue: RSCPP-37866
ftm:
- name: __cpp_designated_initializers
value: 202606L
Expand All @@ -19,13 +20,15 @@ features:
support:
- tool: R++
status: unsupported
issue: RSCPP-37867

- desc: "Adding restrictions to defaulted assignment operator functions"
paper: P2953
support:
- GCC 17
- tool: R++
status: unsupported
issue: RSCPP-37868

- desc: "Nondeterministic pointer provenance"
paper: P2434
Expand Down Expand Up @@ -64,6 +67,7 @@ features:
- GCC 17
- tool: R++
status: unsupported
issue: RSCPP-37869
ftm:
- name: __cpp_concepts
value: 202606L
Expand Down Expand Up @@ -95,7 +99,12 @@ features:

- desc: "#embed offset parameter"
paper: P3540
support: [GCC 17]
support:
- GCC 17
- tool: R++
status: partial
issue: RSCPP-37875
note: "The gnu::offset and clang::offset spellings work. The standard offset does not."
ftm:
- name: __cpp_pp_embed
value: 202606L
Expand Down
Loading