Ignore:
Timestamp:
Jul 18, 2023, 12:22:32 PM (12 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
c635047, db94b5d
Parents:
94d2544
Message:

update types to use new void-creation stream macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/time.cfa

    r94d2544 r5454d77  
    1010// Created On       : Tue Mar 27 13:33:14 2018
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Feb  4 08:24:18 2020
    13 // Update Count     : 70
     12// Last Modified On : Tue Jul 18 10:55:01 2023
     13// Update Count     : 71
    1414//
    1515
     
    4343                return os;
    4444        } // ?|?
    45 
    46         void ?|?( ostype & os, Duration dur ) with( dur ) {
    47                 (ostype &)(os | dur); ends( os );
    48         } // ?|?
     45        OSTYPE_VOID_IMPL( Duration )
    4946} // distribution
    5047
     
    155152                return os;
    156153        } // ?|?
    157 
    158         void ?|?( ostype & os, Time time ) with( time ) {
    159                 (ostype &)(os | time); ends( os );
    160         } // ?|?
     154        OSTYPE_VOID_IMPL( Time )
    161155} // distribution
    162156
Note: See TracChangeset for help on using the changeset viewer.