Skip to content

Add support for std::string_view in wil::str_concat #505

@jonwis

Description

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions