[libcxx-commits] [PATCH] D144475: [libc++] Remove <experimental/{algorithm, functional}>

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 22 09:27:29 PST 2023


Mordante accepted this revision.
Mordante added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: libcxx/docs/ReleaseNotes.rst:62
 
+- The headers ``<experimental/algorithm>`` and ``<experimental/functional>`` have been removed, since all the contents
+  have been implemented in namespace ``std`` for at least two releases.
----------------



================
Comment at: libcxx/include/CMakeLists.txt:795
   experimental/forward_list
-  experimental/functional
   experimental/iterator
----------------
philnik wrote:
> Mordante wrote:
> > Mordante wrote:
> > > I wonder whether we announced this removal in our release notes... But at least the actual removal should be in the release notes.
> > Mainly curious, but are there not tests that use the experimental headers?
> There are, I just forgot to remove them.
Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144475/new/

https://reviews.llvm.org/D144475



More information about the libcxx-commits mailing list