You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got code that wants to combine three strings, two of which are wstring_view. It'd be nice to use wil::str_concat to build it. Right now, wil::str_concat presumes all its inputs are PCWSTR. Instead it should probably think in "view like" things internally, converting any raw pointers or pointer-holders to a counted string type.
The text was updated successfully, but these errors were encountered:
I've got code that wants to combine three strings, two of which are wstring_view. It'd be nice to use wil::str_concat to build it. Right now, wil::str_concat presumes all its inputs are PCWSTR. Instead it should probably think in "view like" things internally, converting any raw pointers or pointer-holders to a counted string type.
The text was updated successfully, but these errors were encountered: