search for: lwg2708

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

2018 Aug 10
2
[cfe-dev] Filesystem has Landed in Libc++
...can provide a version of std::filesystem and promise future ABI stability at this time. > > More information: > > * The features for caching directory information were added late in the C++17 cycle, and there have been some concerns about them. > LWG issue #2708 (https://wg21.link/lwg2708 <https://wg21.link/lwg2708>) is one of them, and there are a couple of upcoming papers about the same part of the standard. > > * The clock stuff being added in C++20 has already been discussed here. > > > We can: > > 1) Not ship std::filesystem, shipping only std::ex...
2018 Jul 27
5
Filesystem has Landed in Libc++
Hi All, I recently committed <filesystem> to trunk. I wanted to bring attention to some quirks it currently has. First, it's been put in a separate library, libc++fs, for now. Users are responsible for linking the library when they use filesystem. Second, it should still not be considered ABI stable. Vendors should be aware of this before shipping it. Hopefully all the standard and