search for: recursive_directory_iterator

Displaying 2 results from an estimated 2 matches for "recursive_directory_iterator".

2018 Aug 09
2
[cfe-dev] Filesystem has Landed in Libc++
...<chrono> changes. I have no doubt any ABI > breaking changes W.R.T. that will be addressed. > > During my work finishing up filesystem, I discovered/filed a number of > issues with ABI breaking concerns, in particular around directory_entry, > but perhaps other places as well (recursive_directory_iterator, various > calls in [fs.op.funcs]). These issues have not yet been addressed in the > standard, and these spec should be addressed before we commit to an ABI. > > Note that we ofter put things into namespace std before they're considered > ABI stable, but up until now that has be...
2018 Aug 07
2
[cfe-dev] Filesystem has Landed in Libc++
Hi, My current understanding of the problem (based on https://reviews.llvm.org/D49774) is that we have a type, file_time_type, which is part of the ABI and is currently defined as std::chrono::time_point<_FileSystemClock>, where _FileSystemClock is an internal type represented using a __int128_t. However, C++20 will add a type called file_clock and redefine file_time_type to be