Skip to content

path::lexically_normal issue under Windows #200

@d0nc1h0t

Description

@d0nc1h0t

After upgrading boost to version 1.77 beta 1, the function path::lexically_normal under Windows OS changed.

  const boost::filesystem::path path{ "C:/Directory/Folder" };
  const auto normal = path.lexically_normal();

Boost 1.76 - 'C:\Directory\Folder' (similar to std::filesystem::path)
Boost 1.77 beta 1 - 'C:/Directory\Folder'

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