ISO8601d: Added ::oprator++ (postfix)

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

View file

@ -88,6 +88,7 @@ public:
void operator-- (); // Prefix
void operator-- (int); // Postfix
void operator++ (); // Prefix
void operator++ (int); // Postfix
private:
void clear ();