Changeset 2a301ff for libcfa/src/rational.hfa
- Timestamp:
- Aug 31, 2023, 11:31:15 PM (2 years ago)
- Branches:
- master
- Children:
- 950c58e
- Parents:
- 92355883 (diff), 686912c (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
-
libcfa/src/rational.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/rational.hfa
r92355883 r2a301ff 12 12 // Created On : Wed Apr 6 17:56:25 2016 13 13 // Last Modified By : Peter A. Buhr 14 // Last Modified On : Mon Jun 5 22:49:05202315 // Update Count : 1 1914 // Last Modified On : Tue Jul 18 11:08:24 2023 15 // Update Count : 121 16 16 // 17 17 … … 78 78 forall( ostype & | ostream( ostype ) | { ostype & ?|?( ostype &, T ); } ) { 79 79 ostype & ?|?( ostype &, rational(T) ); 80 void ?|?( ostype &,rational(T) );80 OSTYPE_VOID( rational(T) ); 81 81 } // distribution 82 82 } // distribution
Note:
See TracChangeset
for help on using the changeset viewer.