Changeset 71f3d45
- Timestamp:
- Nov 27, 2024, 5:01:26 PM (3 weeks ago)
- Branches:
- master
- Children:
- f5e37a4
- Parents:
- 108b2c7
- Location:
- libcfa/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.cfa
r108b2c7 r71f3d45 201 201 return is; 202 202 } // ?|? 203 203 } // distribution 204 205 forall( T ) { 204 206 forall( ostype & | ostream( ostype ) | { ostype & ?|?( ostype &, T ); } ) { 205 207 ostype & ?|?( ostype & os, rational(T) r ) { -
libcfa/src/rational.hfa
r108b2c7 r71f3d45 77 77 forall( istype & | istream( istype ) | { istype & ?|?( istype &, T & ); } ) 78 78 istype & ?|?( istype &, rational(T) & ); 79 } // distribution 79 80 81 forall( T ) { 80 82 forall( ostype & | ostream( ostype ) | { ostype & ?|?( ostype &, T ); } ) { 81 83 ostype & ?|?( ostype &, rational(T) );
Note: See TracChangeset
for help on using the changeset viewer.