[llvm] [Support] Use std::filesystem::remove_all() in remove_directories() (PR #119146)
Dmitry Vasilyev via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 10 02:47:50 PST 2024
slydiman wrote:
> std::filesystem::remove_all(std::filesystem::__cxx11::path const&, std::error_code&)
It seems __cxx11 means c++11, not c++17.
https://github.com/llvm/llvm-project/pull/119146
More information about the llvm-commits
mailing list