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
6 changes: 5 additions & 1 deletion features_cpp23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -952,12 +952,15 @@ features:
paper: P2165
lib: true
support:
- GCC 14
- GCC 14 (partial)
- GCC 16
- Clang 2.9 (partial)
- MSVC 19.36 (partial)
- MSVC 19.37
- Xcode (partial)
hints:
- target: GCC 14
msg: "Some views incorrectly still return `std::pair` instead of `std::tuple`"
- target: Clang 2.9
msg: "Changes of `tuple`, `adjacent_view`, and `cartesian_product_view` are not yet implemented."
- target: MSVC 19.36
Expand Down Expand Up @@ -1378,6 +1381,7 @@ features:
paper: P2711
lib: true
support:
- GCC 16
- Clang 17 (partial)
- MSVC 19.36 (hint)
- Xcode 15
Expand Down
7 changes: 7 additions & 0 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ features:
paper: P2988
lib: true
support:
- GCC 16
- Clang 22
ftm:
- name: __cpp_lib_freestanding_optional
Expand Down Expand Up @@ -736,6 +737,8 @@ features:
- desc: "Hashing support for `chrono` value classes"
paper: P2592
lib: true
support:
- GCC 16
ftm:
- name: __cpp_lib_chrono
value: 202306L
Expand Down Expand Up @@ -871,6 +874,8 @@ features:
- desc: "`std::function_ref`: type-erased callable reference"
paper: P0792
lib: true
support:
- GCC 16
ftm:
- name: __cpp_lib_function_ref
value: 202306L
Expand All @@ -888,6 +893,7 @@ features:
paper: P2714
lib: true
support:
- GCC 16
- Clang 20 (partial)
ftm:
- name: __cpp_lib_bind_front
Expand Down Expand Up @@ -1242,6 +1248,7 @@ features:
- P3235
lib: true
support:
- GCC 16
- MSVC 19.43
ftm:
- name: __cpp_lib_print
Expand Down
Loading