Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce semantics of proxy_invoke #167

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

mingxwa
Copy link
Collaborator

@mingxwa mingxwa commented Sep 28, 2024

Why

Before this change, each polymorphic call performed with proxy accessibility API will cause overload resolution twice. Although it does not affect code generation, it introduces unnecessary compile-time dependency.

Changes

  • Added overload type O to each overload of proxy_invoke.
  • Updated implementation of the dispatch types accordingly.
  • Updated documentation and sample code accordingly.

Notes

  • Since this change involves API change, the minor version of the library should be updated later.

@mingxwa mingxwa added this to the P3086R3 milestone Sep 28, 2024
@mingxwa mingxwa merged commit 0ebe581 into microsoft:main Oct 1, 2024
5 checks passed
@mingxwa mingxwa deleted the user/mingxwa/fix-proxy-invoke branch October 1, 2024 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants