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

wil::zwstring_view should have a constructor that takes a winrt::hstring #363

Open
dmachaj opened this issue Sep 20, 2023 · 0 comments
Open

Comments

@dmachaj
Copy link
Contributor

dmachaj commented Sep 20, 2023

When cppwinrt string types are being used wil::zwstring_view is unfortunately not a drop-in replacement for std::wstring_view. There is no conversion operator from winrt::hstring to wil::zwstring_view so compilation fails.

This can be manually worked around by in-place constructing a wil::zwstring_view with the c_str() and .size() values from winrt::hstring. That is ugly, though. It would be better if it was automatic.

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

No branches or pull requests

1 participant