Changes in src/libcfa/rational [7bc4e6b:53a8e68]
- File:
-
- 1 edited
-
src/libcfa/rational (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/rational
r7bc4e6b r53a8e68 12 12 // Created On : Wed Apr 6 17:56:25 2016 13 13 // Last Modified By : Peter A. Buhr 14 // Last Modified On : Wed Aug 23 22:35:09201715 // Update Count : 9 514 // Last Modified On : Fri Jul 7 09:34:33 2017 15 // Update Count : 93 16 16 // 17 17 … … 135 135 // I/O 136 136 forall( otype RationalImpl | arithmetic( RationalImpl ) ) 137 forall( dtype istype | istream( istype ) | { istype * ?|?( istype *, RationalImpl &); } )138 istype * ?|?( istype *, Rational(RationalImpl) &);137 forall( dtype istype | istream( istype ) | { istype * ?|?( istype *, RationalImpl * ); } ) 138 istype * ?|?( istype *, Rational(RationalImpl) * ); 139 139 140 140 forall( otype RationalImpl | arithmetic( RationalImpl ) )
Note:
See TracChangeset
for help on using the changeset viewer.