[PATCH] D119603: [libc++] Remove <experimental/filesystem> header
Mark de Wever via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 12 10:33:57 PST 2022
Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.
Thanks, this cleanups seems quite a bit overdue. LGTM with one nit.
The CI failures indeed seem unrelated, just make sure to keep an eye on it after landing or rebase to verify it's really unrelated.
================
Comment at: libcxx/docs/ReleaseNotes.rst:50
+- The header ``<experimental/filesystem>`` has been removed. Instead, use
+ ``<filesystem>`` header. Associated macro
+ ``_LIBCPP_DEPRECATED_EXPERIMENTAL_FILESYSTEM`` has also been removed.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119603/new/
https://reviews.llvm.org/D119603
More information about the llvm-commits
mailing list