Details
Details
- Reviewers
Mordante var-const - Group Reviewers
Restricted Project - Commits
- rGfaef447e72a5: [libc++] Granularize <functional> includes
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123912
[libc++] Granularize <functional> includes ClosedPublic Authored by philnik on Apr 17 2022, 7:02 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 20 2022, 11:42 AM Closed by commit rGfaef447e72a5: [libc++] Granularize <functional> includes (authored by philnik). · Explain WhyApr 20 2022, 1:49 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 424014 libcxx/include/__ranges/join_view.h
libcxx/include/algorithm
libcxx/include/experimental/coroutine
libcxx/include/experimental/propagate_const
libcxx/include/experimental/simd
libcxx/include/ext/hash_map
libcxx/include/ext/hash_set
libcxx/include/map
libcxx/include/mutex
libcxx/include/numeric
libcxx/include/optional
libcxx/include/queue
libcxx/include/regex
libcxx/include/set
libcxx/include/thread
libcxx/include/unordered_map
libcxx/include/unordered_set
libcxx/include/valarray
libcxx/test/std/algorithms/alg.modifying.operations/alg.transform/ranges.transform.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/mismatch/ranges_mismatch.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.max.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.max_element.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.min.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.min_element.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.minmax.pass.cpp
libcxx/test/std/algorithms/alg.sorting/alg.min.max/ranges.minmax_element.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.lazy.split/constraints.compile.pass.cpp
|
I wonder do we need to update this header? It's slated for removal.