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: 0 additions & 12 deletions features_cpp26.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -482,18 +482,6 @@ features:
lib: true
support: [GCC 16, MSVC 14.42]

- desc: "`std::span` over an initializer list"
paper: P2447
content: span-initializer-list.md
lib: true
support:
- GCC 15
- Clang 18
- Xcode 16
ftm:
- name: __cpp_lib_span_initializer_list
value: 202311L

- desc: "`std::span::at()`"
paper: P2821
content: span-at.md
Expand Down
Loading