Ignore:
Timestamp:
Aug 3, 2024, 3:48:58 PM (2 months ago)
Author:
JiadaL <j82liang@…>
Branches:
master
Children:
1571e4d
Parents:
a9ae5ca (diff), 433e2c3 (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.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    ra9ae5ca r4e107bf  
    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.