Skip to content

Commit

Permalink
cf
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 Jul 17, 2023
1 parent 8820151 commit be6f45a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/core/algorithms/tests/unit/algorithms/fold_.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ void fold_left_first_with_iter_test_dispatch_2(IteratorTag)

void fold_left_first_with_iter_test_dispatch_1()
{
fold_left_first_with_iter_test_dispatch_2(std::random_access_iterator_tag());
fold_left_first_with_iter_test_dispatch_2(
std::random_access_iterator_tag());
fold_left_first_with_iter_test_dispatch_2(std::forward_iterator_tag());
}

Expand Down

0 comments on commit be6f45a

Please sign in to comment.