Displaying 3 results from an estimated 3 matches for "ts_deprecation".
2018 Jan 08
0
HEADS UP: Dates for removing components from namespace std::experimental
...od of time pass before removal, to let
people manage the transition.
That period has now passed, and I am planning on removing them on
1-February.
I have created a status page that shows exactly which components are slated
for removal from std::experimental. That page is at
http://libcxx.llvm.org/TS_deprecation.html
The ones that will probably have the most impact are:
* std::experimental::string_view
* std::experimental::any
* std::experimental::optional
There are drop-in replacements:
* std::string_view
* std::any
* std::optional
-- Marshall
-------------- next part --------------...
2018 Jan 29
0
ONE WEEK until components removed from namespace std::experimental
...od of time pass before removal, to let
people manage the transition.
That period has now passed, and I am planning on removing them on
1-February.
I have created a status page that shows exactly which components are slated
for removal from std::experimental. That page is at
http://libcxx.llvm.org/TS_deprecation.html
The ones that will probably have the most impact are:
* std::experimental::string_view
* std::experimental::any
* std::experimental::optional
There are drop-in replacements:
* std::string_view
* std::any
* std::optional
-- Marshall
-------------- next part --------------
A...
2018 Jan 15
0
LLVM Weekly - #211, Jan 15th 2018
...llvm.org/pipermail/llvm-dev/2018-January/120251.html) that a
number of components in std::experimental in libc++ are due to be removed on
the 1st of February. These components (such as std::experimental::any) all
have equivalents in std::. See the
[libcxx TS deprecation page](http://libcxx.llvm.org/TS_deprecation.html) for
more info.
* John McCall has posted an RFC on [adding a new function
attribute](http://lists.llvm.org/pipermail/llvm-dev/2018-January/120323.html).
`synthetic(<string>)` would prevent LLVM from propagating information about
the body outside of the function, such as by changing attr...