Changes in libcfa/src/rational.cfa [47174c4:b12e4ad]
- File:
-
- 1 edited
-
libcfa/src/rational.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.cfa
r47174c4 rb12e4ad 10 10 // Created On : Wed Apr 6 17:54:28 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Nov 11 22:37:12202413 // Update Count : 20612 // Last Modified On : Fri Aug 2 07:41:25 2024 13 // Update Count : 199 14 14 // 15 15 … … 203 203 204 204 forall( ostype & | ostream( ostype ) | { ostype & ?|?( ostype &, T ); } ) { 205 ostype & ?|?( ostype & os, rational(T) r ) {205 ostype & ?|?( ostype & os, rational(T) r ) { 206 206 return os | r.numerator | '/' | r.denominator; 207 207 } // ?|?
Note:
See TracChangeset
for help on using the changeset viewer.