Details
Details
- Reviewers
Mordante - Group Reviewers
Restricted Project - Commits
- rGe698c5950430: [libc++] Granularize <type_traits> includes in <algorithm>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
libcxx/include/__algorithm/lower_bound.h | ||
---|---|---|
23 | Interesting to see this header seems not to be needed at all at several places. | |
libcxx/test/libcxx/transitive_includes/cxx2b.csv | ||
11 | Please add this to the release notes. | |
libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp | ||
20 ↗ | (On Diff #496622) | All these changes are unrelated to this patch, right? |
Comment Actions
Address comments
libcxx/test/std/numerics/bit/bit.endian/endian.pass.cpp | ||
---|---|---|
20 ↗ | (On Diff #496622) | Yes. Not sure why they are here. |
Interesting to see this header seems not to be needed at all at several places.