diff --git a/int2048.h b/int2048.h index 7ac9b28..a3ac66a 100644 --- a/int2048.h +++ b/int2048.h @@ -51,6 +51,9 @@ public: // Integer2 // =================================== + int2048 operator+() const; + int2048 operator-() const; + int2048 &operator=(const int2048 &); int2048 &operator+=(const int2048 &);