[libcxx-commits] [PATCH] D144475: [libc++] Remove <experimental/{algorithm, functional}>
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 21 09:00:28 PST 2023
Mordante added inline comments.
================
Comment at: libcxx/include/CMakeLists.txt:795
experimental/forward_list
- experimental/functional
experimental/iterator
----------------
I wonder whether we announced this removal in our release notes... But at least the actual removal should be in the release notes.
================
Comment at: libcxx/include/CMakeLists.txt:795
experimental/forward_list
- experimental/functional
experimental/iterator
----------------
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?
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