mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 11:16:07 +00:00

implement `std::ranges::set_intersection` by reusing the classic `std::set_intersenction` added unit tests Differential Revision: https://reviews.llvm.org/D129233