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/iostream.hfa

    rc141c09 rb12e4ad  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Jul 12 05:45:48 2024
    13 // Update Count     : 759
     12// Last Modified On : Fri Aug  2 07:37:57 2024
     13// Update Count     : 760
    1414//
    1515
     
    7575
    7676#define OSTYPE_VOID( T ) void ?|?( ostype &, T )
    77 #define OSTYPE_VOID_IMPL( T ) \
     77#define OSTYPE_VOID_IMPL( os, T ) \
    7878        void ?|?( ostype & os, T t ) { \
    7979                (ostype &)(os | t); ends( os ); \
Note: See TracChangeset for help on using the changeset viewer.