[llvm-bugs] [Bug 44164] New: std::filesystem::path should have wchar_t as string_type on Windows
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Nov 27 09:18:49 PST 2019
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: unassignedclangbugs at nondot.org
Reporter: cristian.adam at gmail.com
CC: llvm-bugs at lists.llvm.org, mclow.lists at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191127/68cc5e22/attachment.html>
More information about the llvm-bugs
mailing list