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

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 22 05:47:14 PST 2023


philnik added inline comments.


================
Comment at: libcxx/include/CMakeLists.txt:795
   experimental/forward_list
-  experimental/functional
   experimental/iterator
----------------
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.


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