Displaying 2 results from an estimated 2 matches for "789g99".
Did you mean:
78999
2018 Aug 10
2
[cfe-dev] Filesystem has Landed in Libc++
...if we break the ABI. This will cause users that may have leaked filesystem types in their ABIs to get clear link errors when we change the ABI.
So I think 3), which is the status quo, is fine.
Louis
>
> Note: libstdc++ has done exactly this.
> See https://www.reddit.com/r/cpp/comments/789g99/gcc_lands_support_for_c_filesystem_ts/ <https://www.reddit.com/r/cpp/comments/789g99/gcc_lands_support_for_c_filesystem_ts/> for a discussion of this approach.
>
> People can use std::filesystem, and include the object code it in their executables, and when the ABI changes, they will b...
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