ISO8601d: ::operator++ (prefix)

This commit is contained in:
Paul Beckingham 2015-09-26 16:08:11 -04:00
parent e96eaaac38
commit 98dbfb01b4
2 changed files with 15 additions and 0 deletions

View file

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