[libcxx-commits] [libcxx] [libcxx] Cache file attributes during directory iteration. (PR #93316)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 3 07:46:33 PDT 2024
================
@@ -240,6 +244,31 @@ class directory_entry {
return __data;
}
+ # if _LIBCPP_AVAILABILITY_HAS_FILESYSTEM_FULLY_POPULATED_CACHED_ENTRY
----------------
ldionne wrote:
This doesn't have to be conditionalized.
https://github.com/llvm/llvm-project/pull/93316
More information about the libcxx-commits
mailing list