Displaying 5 results from an estimated 5 matches for "__fs".
Did you mean:
__ffs
2018 Aug 10
2
[cfe-dev] Filesystem has Landed in Libc++
...e done — it’s easier if we stay aligned with them.
- Since we’re shipping c++fs as a static library, the only potential problem is that users will use ABI-unstable types in their own ABIs. We’re not going to break the symbols exported from libc++.dylib at all.
- Filesystem is in an inline namespace __fs, so we can decide to bump that inline namespace 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....
2018 Jul 30
2
[cfe-dev] Filesystem has Landed in Libc++
...ntal/filesystem>, which is really just <filesystem> is disguise. If you've been using <experimental/filesystem> you now need to link libc++fs instead.
>>
>> Fourth, `<filesystem>` is technically available in C++11 and later. The implementation lives in the std::__fs::filesystem namespace, which is marked "inline" in C++17 but not before. We should consider documenting this as an extension to its use w/o C++17.
>>
>> Happy coding,
>>
>> /Eric
>>
>> [1] http://libcxx.llvm.org/docs/UsingLibcxx.html#using-filesystem...
2018 Jul 27
5
Filesystem has Landed in Libc++
...s for
<experimental/filesystem>, which is really just <filesystem> is disguise.
If you've been using <experimental/filesystem> you now need to link
libc++fs instead.
Fourth, `<filesystem>` is technically available in C++11 and later. The
implementation lives in the std::__fs::filesystem namespace, which is
marked "inline" in C++17 but not before. We should consider documenting
this as an extension to its use w/o C++17.
Happy coding,
/Eric
[1]
http://libcxx.llvm.org/docs/UsingLibcxx.html#using-filesystem-and-libc-fs
-------------- next part --------------
A...
2018 Aug 07
2
[cfe-dev] Filesystem has Landed in Libc++
...is really just <filesystem> is disguise. If
>> you've been using <experimental/filesystem> you now need to link libc++fs
>> instead.
>>
>> Fourth, `<filesystem>` is technically available in C++11 and later. The
>> implementation lives in the std::__fs::filesystem namespace, which is marked
>> "inline" in C++17 but not before. We should consider documenting this as an
>> extension to its use w/o C++17.
>>
>> Happy coding,
>>
>> /Eric
>>
>> [1]
>> http://libcxx.llvm.org/docs/UsingL...
2018 Aug 09
2
[cfe-dev] Filesystem has Landed in Libc++
...;> >> you've been using <experimental/filesystem> you now need to link
>> libc++fs
>> >> instead.
>> >>
>> >> Fourth, `<filesystem>` is technically available in C++11 and later. The
>> >> implementation lives in the std::__fs::filesystem namespace, which is
>> marked
>> >> "inline" in C++17 but not before. We should consider documenting this
>> as an
>> >> extension to its use w/o C++17.
>> >>
>> >> Happy coding,
>> >>
>> >> /E...