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
5 changes: 1 addition & 4 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1631,13 +1631,10 @@ features:
summary: "Specializes `std::tuple_size`, `std::tuple_element`, and `std::get` for `std::integer_sequence` to make it usable in expansion statements and structured bindings."
content: expansion-statements-library-support.md
lib: true
support: [Clang 22 (hint), GCC 16]
support: [Clang 22, GCC 16]
ftm:
- name: __cpp_lib_integer_sequence
value: 202511L
hints:
- target: Clang 22
msg: "Currently not usable due to pending core language changes. See [CWG3135](https://cplusplus.github.io/CWG/issues/3135.html) for details."
keywords: ["reflection"]

- desc: "Missing deduction guide from `simd::mask` to `simd::vec`"
Expand Down
Loading