Skip to content

Concatenating two "regular" path may give a UNC path #214

@ypf791

Description

@ypf791

cout << path{"/"} / path{"/haha"} << endl

This prints "//haha", which is a UNC path, but I expect it to print "/haha".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions