mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
ISO8601d: ::operator++ (prefix)
This commit is contained in:
parent
e96eaaac38
commit
98dbfb01b4
2 changed files with 15 additions and 0 deletions
|
@ -87,6 +87,7 @@ public:
|
|||
time_t operator- (const ISO8601d&);
|
||||
void operator-- (); // Prefix
|
||||
void operator-- (int); // Postfix
|
||||
void operator++ (); // Prefix
|
||||
|
||||
private:
|
||||
void clear ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue