Skip to content

Commit

Permalink
Remove unused template parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Aug 13, 2023
1 parent 34b7e46 commit 97cbcb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sus/num/__private/float_methods.inc
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ sus_pure constexpr inline explicit operator U() const {

/// sus::ops::Eq<T> trait for floating point numbers.
/// #[doc.overloads=float.eq.self]
template <PrimitiveFloat F>
[[nodiscard]] sus_pure friend constexpr inline bool operator==(
_self l, _self r) noexcept {
return (l.primitive_value <=> r.primitive_value) == 0;
Expand Down

0 comments on commit 97cbcb9

Please sign in to comment.