Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/rational.cfa

    r541dbc09 r5454d77  
    1010// Created On       : Wed Apr  6 17:54:28 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Jun  5 22:49:06 2023
    13 // Update Count     : 196
     12// Last Modified On : Tue Jul 18 11:07:10 2023
     13// Update Count     : 197
    1414//
    1515
     
    206206                        return os | r.numerator | '/' | r.denominator;
    207207                } // ?|?
    208 
    209                 void ?|?( ostype & os, rational(T) r ) {
    210                         (ostype &)(os | r); ends( os );
    211                 } // ?|?
     208                OSTYPE_VOID_IMPL( rational(T) )
    212209        } // distribution
    213210} // distribution
Note: See TracChangeset for help on using the changeset viewer.