ranges_swap_ranges.h includes <type_traits> but does not seem to require
anything from it. Remove the include.
Details
Details
- Reviewers
ldionne • Quuxplusone var-const philnik - Group Reviewers
Restricted Project - Commits
- rG36fba521d987: [libc++] Remove unused include from ranges_swap_ranges.h
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I haven't seen any use, so if CI is OK with it it LGTM.
libcxx/include/__algorithm/ranges_swap_ranges.h | ||
---|---|---|
46 | You can replace _VSTD with std if you want to in this patch. |
libcxx/include/__algorithm/ranges_swap_ranges.h | ||
---|---|---|
46 | Nah, I think that we should s/_VSTD/std in all of ranges in one patch if we're going to do that. |
libcxx/include/__algorithm/ranges_swap_ranges.h | ||
---|---|---|
46 | Right, I wanted to make a PR for that 😄 . Thanks for reminding me. |
You can replace _VSTD with std if you want to in this patch.