diff --git a/include/bmath/mint.hh b/include/bmath/mint.hh index 14a6ff2..da50055 100644 --- a/include/bmath/mint.hh +++ b/include/bmath/mint.hh @@ -110,9 +110,7 @@ class mint { return get() == static_cast(other.get()); } - template OtherT, OtherT OtherM> - friend std::ostream &operator<<(std::ostream &out, - mint const other) { + friend std::ostream &operator<<(std::ostream &out, mint const other) { return out << other.get(); }