ISO8601d: Added ::operator+=
This commit is contained in:
@@ -80,6 +80,7 @@ public:
|
||||
|
||||
ISO8601d operator+ (const int);
|
||||
ISO8601d operator- (const int);
|
||||
ISO8601d& operator+= (const int);
|
||||
|
||||
private:
|
||||
void clear ();
|
||||
|
||||
Reference in New Issue
Block a user