search for: _consciously_

Displaying 4 results from an estimated 4 matches for "_consciously_".

2018 Jul 30
2
[cfe-dev] Filesystem has Landed in Libc++
...out of experimental/ without providing the usual guarantees provided by libc++ for non-experimental code may not be a good idea, as we’ll be pretending that we support filesystem when we really only half support it. In other words, I think the number of people that will start using filesystem while _consciously_ knowing that it is ABI-unstable (and what that means) is quite small, and that is making our users a disservice. > > Would it be possible to instead ship the parts we’re not quite sure we can keep ABI stable in the headers (with `_LIBCPP_HIDE_FROM_ABI`) for the time being, and lower them to...
2018 Aug 07
2
[cfe-dev] Filesystem has Landed in Libc++
...ng the >> usual guarantees provided by libc++ for non-experimental code may not be a >> good idea, as we’ll be pretending that we support filesystem when we really >> only half support it. In other words, I think the number of people that will >> start using filesystem while _consciously_ knowing that it is ABI-unstable >> (and what that means) is quite small, and that is making our users a >> disservice. >> >> Would it be possible to instead ship the parts we’re not quite sure we can >> keep ABI stable in the headers (with `_LIBCPP_HIDE_FROM_ABI`) for...
2018 Aug 09
2
[cfe-dev] Filesystem has Landed in Libc++
...r non-experimental code may not >> be a >> >> good idea, as we’ll be pretending that we support filesystem when we >> really >> >> only half support it. In other words, I think the number of people >> that will >> >> start using filesystem while _consciously_ knowing that it is >> ABI-unstable >> >> (and what that means) is quite small, and that is making our users a >> >> disservice. >> >> >> >> Would it be possible to instead ship the parts we’re not quite sure we >> can >> >> kee...
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