Changeset b12e4ad for libcfa/src/iostream.hfa
- Timestamp:
- Aug 2, 2024, 9:08:58 AM (3 months ago)
- Branches:
- master
- Children:
- 4db0140
- Parents:
- c141c09
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
rc141c09 rb12e4ad 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Fri Jul 12 05:45:48202413 // Update Count : 7 5912 // Last Modified On : Fri Aug 2 07:37:57 2024 13 // Update Count : 760 14 14 // 15 15 … … 75 75 76 76 #define OSTYPE_VOID( T ) void ?|?( ostype &, T ) 77 #define OSTYPE_VOID_IMPL( T ) \77 #define OSTYPE_VOID_IMPL( os, T ) \ 78 78 void ?|?( ostype & os, T t ) { \ 79 79 (ostype &)(os | t); ends( os ); \
Note: See TracChangeset
for help on using the changeset viewer.