--- terraphast/lib/clamped_uint.cpp.orig 2026-05-05 02:34:53 UTC +++ terraphast/lib/clamped_uint.cpp @@ -90,14 +90,10 @@ template class checked_uint; template class checked_uint; // explicitly instantiate template functions -template bool operator==(checked_uint, checked_uint); -template bool operator!=(checked_uint, checked_uint); template checked_uint operator+(checked_uint, checked_uint); template checked_uint operator*(checked_uint, checked_uint); template std::ostream& operator<<(std::ostream&, checked_uint); -template bool operator==(checked_uint, checked_uint); -template bool operator!=(checked_uint, checked_uint); template checked_uint operator+(checked_uint, checked_uint); template checked_uint operator*(checked_uint, checked_uint); template std::ostream& operator<<(std::ostream&, checked_uint);