Skip to content

Commit

Permalink
Fix apple clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Apr 12, 2024
1 parent ae551b6 commit 029814e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sparrow/algorithm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ namespace sparrow
{
return std::partial_ordering::greater;
}
return std::partial_ordering::equal;
return std::partial_ordering::equivalent;
}
};
#endif
Expand Down

0 comments on commit 029814e

Please sign in to comment.