[libcxx-dev] C++17 Filesystem on Windows

Eric Fiselier via libcxx-dev libcxx-dev at lists.llvm.org
Mon Jun 10 14:26:22 PDT 2019


I'm not aware of ongoing work for filesystem on Windows.
There are bits of `directory_iterator` that are implemented on Windows, but
that's about it.
I don't remember how much Windows syntax `std::filesystem::path` supports
at the moment.


On Sat., Jun. 8, 2019, 7:33 a.m. Egor Pugin via libcxx-dev, <
libcxx-dev at lists.llvm.org> wrote:

> Hi,
>
> I'd like to know if it's there some ongoing work of implementing
> c++17-fs on windows?
> Is there and phab merge requests active?
> Maybe someone has patches locally?
>
> As I understand chromium are built with libc++ on windows now, so
> "core" parts are good.
> But what about fs and also where I could check other missing windows parts?
>
> I tried to build libc++ (trunk) with clang-cl (trunk) with WinSDK
> (ENABLE_FILESYSTEM_DEFAULT On), of course it shows some errors, but
> they are doable, I think.
> Locally, I'll try to fix issue to get buildable thing atleast.
> If I succeed, I'll send patches for reference.
>
> --
> Egor Pugin
> _______________________________________________
> libcxx-dev mailing list
> libcxx-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/libcxx-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-dev/attachments/20190610/3fbb0080/attachment.html>


More information about the libcxx-dev mailing list