Skip to content

Commit

Permalink
Fix failing circleci test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zak-K-Abdi committed Sep 4, 2024
1 parent 2f8fe86 commit f04a626
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ namespace hpx::ranges {
typename Proj = hpx::identity,
HPX_CONCEPT_REQUIRES_(hpx::traits::is_iterator_v<Iterator> &&
hpx::traits::is_iterator_v<Iterator> &&
hpx::is_invocable_v<Proj, typename std::iterator_traits<Iterator>::value_type>
hpx::is_invocable_v<Proj,
typename std::iterator_traits<Iterator>::value_type>
)>

// clang-format on
Expand Down

0 comments on commit f04a626

Please sign in to comment.