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
16 changes: 8 additions & 8 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,15 @@ features:
- desc: "Enabling the use of `std::weak_ptr` as keys in unordered associative containers"
paper: P1901
lib: true
support: [GCC 16]
support: [GCC 16, Clang 24]
ftm:
- name: __cpp_lib_smart_ptr_owner_equality
value: 202306L

- desc: "`std::text_encoding`: text encodings identification"
paper: [P1885, P2862]
lib: true
support: [GCC 14]
support: [GCC 14, Clang 23]
ftm:
- name: __cpp_lib_text_encoding
value: 202306L
Expand All @@ -254,7 +254,7 @@ features:
paper: P0792
summary: "A lightweight, non-owning reference to a callable."
lib: true
support: [GCC 16]
support: [GCC 16, Clang 24]
ftm:
- name: __cpp_lib_function_ref
value: 202306L
Expand Down Expand Up @@ -698,7 +698,7 @@ features:
- desc: "`views::concat()`"
paper: P2542
lib: true
support: [GCC 15]
support: [GCC 15, Clang 23]
ftm:
- name: __cpp_lib_ranges_concat
value: 202403L
Expand Down Expand Up @@ -977,15 +977,15 @@ features:
- desc: 'Wording for "`constexpr` for specialized memory algorithms"'
paper: P3508
lib: true
support: [GCC 15]
support: [GCC 15, Clang 23]
ftm:
- name: __cpp_lib_raw_memory_algorithms
value: 202411L

- desc: "`constexpr` for `std::uninitialized_default_construct()`"
paper: P3369
lib: true
support: [GCC 15]
support: [GCC 15, Clang 23]
ftm:
- name: __cpp_lib_raw_memory_algorithms
value: 202411L
Expand Down Expand Up @@ -1441,7 +1441,7 @@ features:
- desc: "`std::mdspan::at()`"
paper: P3383
lib: true
support: [GCC 16]
support: [GCC 16, Clang 23]

- desc: "Inspecting `std::exception_ptr`"
paper: P2927
Expand Down Expand Up @@ -1597,7 +1597,7 @@ features:
- desc: "Resolve inconsistencies in begin/end for `std::valarray` and braced initializer lists"
paper: P3016
lib: true
support: [MSVC 14.51]
support: [Clang 24, MSVC 14.51]

- desc: "`flat_meow` fixes"
paper: P3567
Expand Down
Loading