Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/enum.hfa

    r259012e r73d0e3f4  
    4949    int ?>?(E, E);
    5050    int ?>=?(E, E);
     51
     52    int ++?(E&);
     53    int ?++(E&);
     54    int --?(E&);
     55    int ?--(E&);
    5156}
Note: See TracChangeset for help on using the changeset viewer.