Changes in libcfa/src/rational.cfa [65240bb:8a25be9]
- File:
-
- 1 edited
-
libcfa/src/rational.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.cfa
r65240bb r8a25be9 10 10 // Created On : Wed Apr 6 17:54:28 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 12 12:02:36201913 // Update Count : 18 312 // Last Modified On : Thu Mar 28 17:33:03 2019 13 // Update Count : 181 14 14 // 15 15 … … 167 167 168 168 void ?|?( ostype & os, Rational(RationalImpl) r ) { 169 (ostype &)(os | r); ends( os );169 (ostype &)(os | r); nl( os ); 170 170 } // ?|? 171 171 } // distribution
Note:
See TracChangeset
for help on using the changeset viewer.