ISO8601d: Added ::operator-- (postfix)

This commit is contained in:
Paul Beckingham 2015-09-26 16:05:47 -04:00
parent ef6d0a8f9a
commit e96eaaac38
2 changed files with 15 additions and 0 deletions

View file

@ -86,6 +86,7 @@ public:
ISO8601d& operator-= (const int);
time_t operator- (const ISO8601d&);
void operator-- (); // Prefix
void operator-- (int); // Postfix
private:
void clear ();