We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311c866 commit 4729dd6Copy full SHA for 4729dd6
lib/cpalgo/util/modint.hpp
@@ -62,4 +62,4 @@ class modint {
62
constexpr bool operator==(modint const& rhs) const noexcept { return x == rhs.value(); }
63
constexpr bool operator!=(modint const& rhs) const noexcept { return !(*this == rhs); }
64
friend constexpr std::ostream& operator<<(std::ostream& os, const modint& x) noexcept { return os << x.value(); }
65
-};
+};
0 commit comments