[PR #14869] Move to CppWinRT 2.0.230207.1 #30290

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

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

State: closed
Merged: Yes


Interesting things we could do after this:

  • remove all InitializeComponent calls - they do it automatically
  • have some Clang support (!)
  • use std::optional<->IReference automatic binding
  • use std::format support (!) for json/uri/hostname/http stuff/all IStringables
  • potentially move to /await:strict for C++20 coroutines

I've also fixed up a couple ambiguities introduced by this change.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/14869 **State:** closed **Merged:** Yes --- Interesting things we could do after this: - remove all `InitializeComponent` calls - they do it automatically - have some Clang support (!) - use `std::optional`<->`IReference` automatic binding - use `std::format` support (!) for json/uri/hostname/http stuff/all `IStringable`s - potentially move to `/await:strict` for C++20 coroutines I've also fixed up a couple ambiguities introduced by this change.
claunia added the pull-request label 2026-01-31 09:39:51 +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#30290