ISO8601d: Added ::operator-- (prefix)

This commit is contained in:
Paul Beckingham 2015-09-26 16:02:41 -04:00
parent 9c9216acbf
commit ef6d0a8f9a
2 changed files with 15 additions and 0 deletions

View file

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