[PR #13368] Switch to VS17 and C++20 #29514

Open
opened 2026-01-31 09:35:22 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13368

State: closed
Merged: Yes


C++20 goodies include:

  • 3-way comparison operator <=> and operator==() = default
  • designated initializers
  • constraints and concepts
  • abbreviated function templates (void foo(auto bar))
  • pack-expansions in lambda init-captures
  • heterogeneous lookups in unordered_set / unordered_map
  • consteval / constinit
  • starts_with / ends_with for string / string_view
  • midpoint, lerp
  • <bit>
  • <ranges>
  • <span>
  • <barrier>
  • <latch>
  • <semaphore>
**Original Pull Request:** https://github.com/microsoft/terminal/pull/13368 **State:** closed **Merged:** Yes --- C++20 goodies include: * 3-way comparison operator `<=>` and `operator==() = default` * designated initializers * constraints and concepts * abbreviated function templates (`void foo(auto bar)`) * pack-expansions in lambda init-captures * heterogeneous lookups in `unordered_set` / `unordered_map` * `consteval` / `constinit` * `starts_with` / `ends_with` for `string` / `string_view` * `midpoint`, `lerp` * `<bit>` * `<ranges>` * `<span>` * `<barrier>` * `<latch>` * `<semaphore>`
claunia added the pull-request label 2026-01-31 09:35:22 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29514