[libcxx-commits] [PATCH] D106770: [libc++][doc] Update the release notes

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 25 12:49:16 PDT 2021


mstorsjo added a comment.

More things I'd like to add:

`std::filesystem` has been implemented for Windows, and the implementation should be on par with libc++'s implementation for other platforms, modulo what's possible on Windows. (Do note that it's disabled by default for MSVC configurations due to missing int128 support, see https://reviews.llvm.org/D91139#2429595 for discussion on the matter; the CI configuration runs with `-D_LIBCPP_HAS_NO_INT128` to make it usable in MSVC configurations, but that's not the intended permanent ABI. For MinGW configurations, it's enabled by default and should work without gotchas. I'm not sure how to write this concicsely though...)

Windows is now (again?) a formally supported platform (by having CI for it, for x86_64).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106770/new/

https://reviews.llvm.org/D106770



More information about the libcxx-commits mailing list