https://bugs.llvm.org/show_bug.cgi?id=44164

            Bug ID: 44164
           Summary: std::filesystem::path should have wchar_t as
                    string_type on Windows
           Product: libc++
           Version: 9.0
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Standards Issues
          Assignee: unassignedclangb...@nondot.org
          Reporter: cristian.a...@gmail.com
                CC: llvm-bugs@lists.llvm.org, mclow.li...@gmail.com

I am trying to build vcpkg from Microsoft with the
https://github.com/mstorsjo/llvm-mingw toolchain, which bundles libc++.

vcpkg is using std::filesystem and it assumes that
std::filesystem::path::string_type is wchar_t.

That's what https://en.cppreference.com/w/cpp/filesystem/path also suggests.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to