<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Apr 10, 2017 at 1:22 PM, Marshall Clow <span dir="ltr"><<a href="mailto:mclow.lists@gmail.com" target="_blank">mclow.lists@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>As part of the work on C++17, WG21 released a series of "Technical Specifications", (TS) which added proposed new features to the standard library. These were all defined in the namespace 'std::experimental' (and namespaces inside of that).  </div><div><br></div><div>Then, much of these features were merged into the main standard, and became part of namespace 'std'.  Libc++ now has two implementations of several of these, and they are diverging (because changes were made to the ones in the main standard, but not to the ones in the TS.</div><div><br></div><div>In the long run, I would like to remove the TS versions of these features from libc++ - since there are "better" versions in the main standard now. However, since people are using these, I don't think yanking them w/o warning is the right thing to do.</div><div><br></div><div>So, I'm proposing a new policy, and a timetable: </div><div><br></div><div>One year.</div><div><br></div><div>One year after we ship a LLVM release that supports a new C++ standard, we will remove all the features that are in the 'experimental' namespace that are implemented in the new standard).</div><div><br></div><div>Applying this policy to C++17,  we get:</div><div><br></div><div>LLVM 5.0 will support C++17.</div><div><br></div><div>So, for LLVM 7.0, we will remove (at least) the following features from libc++</div><div>* std::experimental::filesystem</div><div>* std::experimental::optional</div><div>* std::experimental::any</div><div>* std::experimental::string_view</div><div>* the searchers (std::experimental::boyer_<wbr>moore, etc)</div><div>* std::experimental::random_<wbr>shuffle</div><div><br></div><div>and probably other things...</div><div><br></div></div></blockquote><div><br></div><div>Now that we have branched for 6.0, we can do this. ;-)</div><div>I'll be rolling out details this week ....</div><div><br></div><div>-- Marshall</div><div><br></div><div> </div></div><br></div></div>