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