Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/enum.hfa

    r85855b0 r525f7ad  
    3838//     V valueE(E e);
    3939// };
     40
     41forall(ostype & | basic_ostream(ostype), E, V| CfaEnum(E, V)) {
     42    int ?==?(E, E);
     43    int ?<=?(E, E);
     44    int ?>=?(E, E);
     45    int ?<?(E, E);
     46    int ?>?(E, E);
     47
     48        // E ++?( E & lhs );
     49        // E ?++( E & lhs );
     50}
Note: See TracChangeset for help on using the changeset viewer.