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

Allow noexcept methods in a composable hierarchy #3262

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

kennykerr
Copy link
Collaborator

This does mean that the base queries will panic on failure. In practice, these are guaranteed to succeed unless they're versioned which is pretty uncommon, and you can work around that by querying for the versioned interfaces directly.

Fixes: #3257

@kennykerr kennykerr merged commit 9f86909 into master Sep 6, 2024
79 checks passed
@kennykerr kennykerr deleted the composable-noexcept branch September 6, 2024 16:52
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.

windows-bindgen doesn't generate noexcept methods correctly in a composable hierarchy
1 participant