Skip to content

Commit

Permalink
false changed to 0
Browse files Browse the repository at this point in the history
Signed-off-by: Hari Hara Naveen S <[email protected]>
  • Loading branch information
Johan511 committed Aug 8, 2023
1 parent e3c741d commit adfd8b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ void test_unseq_first_n1_dispatch2(std::size_t length, std::size_t first_index)
{
first_index = first_index % length;

std::vector<T> v(length, static_cast<T>(false));
std::vector<T> v(length, static_cast<T>(0));
std::size_t i = 0;

std::for_each(v.begin(), v.end(), [&](T& t) {
Expand Down

0 comments on commit adfd8b6

Please sign in to comment.