Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: uxlfoundation/oneDPL
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 79bb4a38c1a4b571fdeb8b926bdeabf53bca9baa
Choose a base ref
..
head repository: uxlfoundation/oneDPL
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4072deb2284d5728d0f4ffc0ff3e9536ad018d2d
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 test/parallel_api/ranges/std_ranges_copy_if.pass.cpp
2 changes: 1 addition & 1 deletion test/parallel_api/ranges/std_ranges_copy_if.pass.cpp
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ main()
namespace dpl_ranges = oneapi::dpl::ranges;

auto copy_if_checker = [](std::ranges::random_access_range auto&& r_in,
std::ranges::random_access_range auto&& r_out, auto pred, auto proj, auto&&... args)
std::ranges::random_access_range auto&& r_out, auto pred, auto proj)
{
using ret_type = std::ranges::copy_if_result<std::ranges::borrowed_iterator_t<decltype(r_in)>,
std::ranges::borrowed_iterator_t<decltype(r_out)>>;