-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
The version 2.0.201201.7 is adopted internally by some Microsoft teams. We should do the update too.
According to @kennykerr it has the following notable changes:
- Many coroutine improvements
- C++20 coroutine conformance
- Clang conformance improvements
- try_capture and try_create_instance helpers (try_capture and try_create_instance cppwinrt#663)
- Improved compile-time and run-time diagnostics
- Add value type support to as() and try_as() (Add value type support to as() and try_as() cppwinrt#695)
- Enable conversion between winrt::clock and std::chrono::system_clock (Enable conversion between winrt::clock and std::chrono::system_clock cppwinrt#698)
- Add multi-threaded collections (Add multi-threaded collections cppwinrt#692)
- Add try_get_activation_factory overloads with class name (add try_get_activation_factory overloads that take the runtimeclass name cppwinrt#769)
- Support boxing delegates