<div dir="ltr">In the thread titled "RFC: Plan for removing components from namespace std::experimental", (started last April) I put forward a timetable for removing things from libc++ that had become duplicates of other things in libc++.<div><br></div><div>Specifically, things that were in namespace "std::experimental" and "std" both (and subtly different in both).</div><div><br></div><div>In that RFC, I proposed to let a period of time pass before removal, to let people manage the transition. <br></div><div><br></div><div>That period has now passed, and I am planning on removing them on 1-February.</div><div><br></div><div>I have created a status page that shows exactly which components are slated for removal from std::experimental. That page is at <a href="http://libcxx.llvm.org/TS_deprecation.html">http://libcxx.llvm.org/TS_deprecation.html</a></div><div><br></div><div>The ones that will probably have the most impact are:</div><div>   * std::experimental::string_view</div><div>   * std::experimental::any</div><div>   * std::experimental::optional</div><div><br></div><div>There are drop-in replacements:</div><div><div>   * std::string_view</div><div>   * std::any</div><div>   * std::optional</div></div><div><br></div><div><br></div><div>-- Marshall</div><div><br></div></div>