Ignore:
Timestamp:
Aug 2, 2024, 9:08:58 AM (38 hours ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
4db0140
Parents:
c141c09
Message:

add stream parameter to OSTYPE_VOID_IMPL macro and update all macro calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/rational.cfa

    rc141c09 rb12e4ad  
    1010// Created On       : Wed Apr  6 17:54:28 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Oct  6 07:52:13 2023
    13 // Update Count     : 198
     12// Last Modified On : Fri Aug  2 07:41:25 2024
     13// Update Count     : 199
    1414//
    1515
     
    206206                        return os | r.numerator | '/' | r.denominator;
    207207                } // ?|?
    208                 OSTYPE_VOID_IMPL( rational(T) )
     208                OSTYPE_VOID_IMPL( os, rational(T) )
    209209        } // distribution
    210210} // distribution
Note: See TracChangeset for help on using the changeset viewer.