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
12 changes: 11 additions & 1 deletion features_cpp23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ features:
- GCC 10
- Clang
- Xcode
- MSVC 14.51

- desc: "Fixing locale handling in chrono formatters"
paper: P2372
Expand Down Expand Up @@ -683,6 +684,7 @@ features:
- desc: "`constexpr` for `<cmath>` and `<cstdlib>`"
paper: P0533
lib: true
support: [MSVC 14.52]
ftm:
- name: __cpp_lib_constexpr_cmath
value: 202202L
Expand Down Expand Up @@ -855,6 +857,7 @@ features:
- GCC 13
- Clang 14
- Xcode 15
- MSVC 14.51

- desc: "Labels at the end of compound statements"
paper: P2324
Expand All @@ -863,6 +866,7 @@ features:
- GCC 13
- Clang 16
- Xcode 16
- MSVC 14.51

- desc: "Delimited escape sequences"
paper: P2290
Expand All @@ -880,6 +884,7 @@ features:
- GCC 13
- Clang 19
- Xcode 16.3
- MSVC 14.51
ftm:
- name: __cpp_constexpr
value: 202207L
Expand All @@ -903,6 +908,7 @@ features:
- GCC 13
- Clang 15
- Xcode 15
- MSVC 14.51
ftm:
- name: __cpp_named_character_escapes
value: 202207L
Expand Down Expand Up @@ -960,7 +966,7 @@ features:
- desc: "Class template argument deduction from inherited constructors"
paper: P2582
summary: "Class template argument deduction works with inherited constructors."
support: [GCC 14]
support: [GCC 14, MSVC 14.51]

- desc: "Attribute `[[assume]]`"
paper: P1774
Expand All @@ -969,6 +975,7 @@ features:
- GCC 13
- Clang 19
- Xcode 16.3
- MSVC 14.51

- desc: "Support for UTF-8 as a portable source file encoding"
paper: P2295
Expand Down Expand Up @@ -1420,6 +1427,7 @@ features:
- GCC 13
- Clang 16
- Xcode 16
- MSVC 14.51
ftm:
- name: __cpp_constexpr
value: 202211L
Expand All @@ -1431,6 +1439,7 @@ features:
- GCC 14
- Clang 17
- Xcode 16
- MSVC 14.52
ftm:
- name: __cpp_consteval
value: 202211L
Expand All @@ -1449,6 +1458,7 @@ features:
- Clang 19 (partial)
- Clang 20
- Xcode 16.3
- MSVC 14.51
hints:
- target: Clang 19
msg: "Misses lifetime extension of temporaries in `mem-default-init` cases."
Expand Down
Loading