search for: boyer_moore

Displaying 3 results from an estimated 3 matches for "boyer_moore".

2017 Apr 10
10
RFC: Plan for removing components from namespace std::experimental
...ng this policy to C++17, we get: LLVM 5.0 will support C++17. So, for LLVM 7.0, we will remove (at least) the following features from libc++ * std::experimental::filesystem * std::experimental::optional * std::experimental::any * std::experimental::string_view * the searchers (std::experimental::boyer_moore, etc) * std::experimental::random_shuffle and probably other things... Comments? -- Marshall -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170410/9f0ed5e5/attachment-0001.html>
2018 Jan 04
0
RFC: Plan for removing components from namespace std::experimental
...5.0 will support C++17. > > So, for LLVM 7.0, we will remove (at least) the following features from > libc++ > * std::experimental::filesystem > * std::experimental::optional > * std::experimental::any > * std::experimental::string_view > * the searchers (std::experimental::boyer_moore, etc) > * std::experimental::random_shuffle > > and probably other things... > > Now that we have branched for 6.0, we can do this. ;-) I'll be rolling out details this week .... -- Marshall -------------- next part -------------- An HTML attachment was scrubbed... URL: <http...
2017 Apr 10
2
[cfe-dev] RFC: Plan for removing components from namespace std::experimental
...> So, for LLVM 7.0, we will remove (at least) the following features from > > libc++ > > * std::experimental::filesystem > > * std::experimental::optional > > * std::experimental::any > > * std::experimental::string_view > > * the searchers (std::experimental::boyer_moore, etc) > > * std::experimental::random_shuffle > > Should we throw [[deprecated("use std::filesystem")]] and such on these > things in the window between the non-experimental version being released > and the experimental one being removed? > > > and probably othe...