Skip to content

Support using lambdas with deducing this as delegates

Choose a tag to compare

@YexuanXiao YexuanXiao released this 05 Apr 13:17
· 39 commits to master since this release
30affd6

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.