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
4 changes: 4 additions & 0 deletions features_cpp23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,13 @@ features:
- Clang 15
- MSVC 14.30
- Xcode 14.3
- GCC 16 (partial)
ftm:
- name: __cpp_lib_allocate_at_least
value: 202302L
hints:
- target: GCC 16
msg: "Not used by `std::vector` and `std::string` yet."

- desc: "`ranges::starts_with()` and `ranges::ends_with()`"
paper: P1659
Expand Down
Loading