Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shwina committed Jan 27, 2025
1 parent f99c90c commit 26582cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion c/parallel/test/test_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,5 @@ struct value_t
template <typename T>
bool check_vectors_equal(const std::vector<T>& vec1, const std::vector<T>& vec2)
{
// Check if the sizes are the same, then compare elements using std::equal
return vec1.size() == vec2.size() && std::equal(vec1.begin(), vec1.end(), vec2.begin());
}

0 comments on commit 26582cf

Please sign in to comment.