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

Use default C++/WinRT settings (remove WINRT_NO_MAKE_DETECTION) #63

Merged
merged 1 commit into from
Apr 7, 2024

Conversation

vbaderks
Copy link
Contributor

@vbaderks vbaderks commented Apr 7, 2024

WINRT_NO_MAKE_DETECTION ensure that winrt::make must be used, but prevent using final on the implementation classes. As is not a default option, it may confuss others.

WINRT_NO_MAKE_DETECTION ensure that winrt::make must be used, but prevent using final on the implementation classes.
As is not a default option, it may confuss others.
Copy link

sonarqubecloud bot commented Apr 7, 2024

@vbaderks vbaderks merged commit 9c86778 into main Apr 7, 2024
8 checks passed
@vbaderks vbaderks deleted the no-final branch April 7, 2024 21:48
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.

1 participant