Skip to content

Commit

Permalink
[oneDPL][ranges][test] + a fix for test type
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeDvorskiy committed Aug 12, 2024
1 parent dedee7e commit f15e053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel_api/ranges/std_ranges_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ auto pred3 = [](auto&& val) -> decltype(auto) { return val < 0; };
struct P2
{
P2() {}
P2(int v): x(v) {}
explicit P2(int v): x(v) {}
int x = {};
int y = {};

Expand Down

0 comments on commit f15e053

Please sign in to comment.