Support using lambdas with deducing this as delegates
·
39 commits
to master
since this release
What's Changed
- Add [[nodiscard]] to overloads of static events that return winrt::event_token by @YexuanXiao in #46
- Deducing this for delegates by @YexuanXiao in #43
Full Changelog: v2.1.260322.1...v2.1.260405.1
Using deducing this can avoid dangling issues caused by the lambda capture being destroyed along with the target object. See my blog post.