Changes in libcfa/src/enum.hfa [85855b0:525f7ad]
- File:
-
- 1 edited
-
libcfa/src/enum.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/enum.hfa
r85855b0 r525f7ad 38 38 // V valueE(E e); 39 39 // }; 40 41 forall(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.