-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugSomething isn't workingSomething isn't workingfilesystemC++17 filesystemC++17 filesystemfixedSomething works now, yay!Something works now, yay!
Description
The directory_entry class has a member function clear_cache:
Lines 2178 to 2182 in c34f249
| #if _HAS_CXX20 | |
| void clear_cache() noexcept { | |
| _Cached_data._Available = __std_fs_stats_flags::_None; | |
| } | |
| #endif // _HAS_CXX20 |
And this function is mentioned in <yvals_core.h> with paper number P????R?:
Line 276 in c34f249
| // P????R? directory_entry::clear_cache() |
It appears that this function is part of the change to <filesystem> depicted in #232 (comment), but AFAIK the change did not materialize into a proposal.
Given that #232 was closed via #1343, is there still interest in this function?
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingfilesystemC++17 filesystemC++17 filesystemfixedSomething works now, yay!Something works now, yay!