Skip to content

<filesystem>: Use of std::filesystem::path causes link error on UWP(already fixed) #1069

Description

@fsb4000

Describe the bug
Use of std::filesystem::path causes link error on UWP

Command-line test case

1. Create default UWP C++ Project.
2. Add /std:c++17  flag
3. Add
#include <filesystem>
static auto myPath = std::filesystem::path("anyDir") / std::filesystem::path("anyFile.txt");

Expected behavior
Should work.
Actually it works.
test
The bug is already fixed: #322

STL version
Microsoft Visual Studio Community 2019
Version 16.6.4

Additional context
See more: VSO-718901 / AB#718901 | DevCom-369081

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingduplicateThis issue or pull request already exists

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions