Changes in libcfa/src/rational.cfa [b12e4ad:47174c4]
- File:
-
- 1 edited
-
libcfa/src/rational.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.cfa
rb12e4ad r47174c4 10 10 // Created On : Wed Apr 6 17:54:28 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Aug 2 07:41:25202413 // Update Count : 19912 // Last Modified On : Mon Nov 11 22:37:12 2024 13 // Update Count : 206 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.