Skip to content

Commit

Permalink
Update delegate.impl.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
oktonion committed Sep 15, 2024
1 parent 76b7e67 commit 121f121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion delegates/delegate.impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ namespace delegates
if (!detail::compare_equal(comparator_, other.comparator_))
return detail::compare_greater(comparator_, other.comparator_);
if (NULL != comparator_)
return comparator_(*this, other, detail::less);
return comparator_(*this, other, detail::greater);
return false;
}

Expand Down

0 comments on commit 121f121

Please sign in to comment.