Changes in libcfa/src/rational.hfa [eae8b37:f5e37a4]
- File:
-
- 1 edited
-
libcfa/src/rational.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.hfa
reae8b37 rf5e37a4 78 78 79 79 // I/O 80 forall(T | multiplicative(T) | equality(T))81 trait Simple {82 int ?<?( T, T );83 };84 80 85 81 forall( T ) { 86 forall( istype & | istream( istype ) | { istype & ?|?( istype &, T & ); } | Simple(T) )82 forall( istype & | istream( istype ) | { istype & ?|?( istype &, T & ); } | arithmetic( T ) ) 87 83 istype & ?|?( istype &, rational(T) & ); 88 84
Note:
See TracChangeset
for help on using the changeset viewer.