mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 17:46:04 +00:00

- for all algorithms taking more than one range, add a `robust` test to check the case where the ranges have different value types and the given projections are different, with each projection applying to a different value type; - fix `ranges::include` to apply the correct projection to each range. Differential Revision: https://reviews.llvm.org/D130515