Changes in libcfa/src/iostream.hfa [a1a1f37d:b12e4ad]
- File:
-
- 1 edited
-
libcfa/src/iostream.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
ra1a1f37d 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.