ISO8601d: Added ::operator-

This commit is contained in:
Paul Beckingham
2015-09-26 15:38:25 -04:00
parent c095289208
commit ed2cf991f3
2 changed files with 7 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ public:
bool sameYear (const ISO8601d&) const;
ISO8601d operator+ (const int);
ISO8601d operator- (const int);
private:
void clear ();