Changeset db94b5d for libcfa/src/rational.cfa
- Timestamp:
- Jul 18, 2023, 1:25:21 PM (22 months ago)
- Branches:
- master
- Children:
- da6db1a2
- Parents:
- c44705c (diff), 5454d77 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/rational.cfa ¶
rc44705c rdb94b5d 10 10 // Created On : Wed Apr 6 17:54:28 2016 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Jun 5 22:49:06202313 // Update Count : 19 612 // Last Modified On : Tue Jul 18 11:07:10 2023 13 // Update Count : 197 14 14 // 15 15 … … 206 206 return os | r.numerator | '/' | r.denominator; 207 207 } // ?|? 208 209 void ?|?( ostype & os, rational(T) r ) { 210 (ostype &)(os | r); ends( os ); 211 } // ?|? 208 OSTYPE_VOID_IMPL( rational(T) ) 212 209 } // distribution 213 210 } // distribution
Note: See TracChangeset
for help on using the changeset viewer.