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