Changes in src/libcfa/iostream.c [e24f13a:4e06c1e]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream.c
re24f13a r4e06c1e 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T hu May 26 10:08:31201613 // Update Count : 30 512 // Last Modified On : Tue Jul 12 18:01:39 2016 13 // Update Count : 306 14 14 // 15 15 … … 185 185 186 186 forall( dtype ostype | ostream( ostype ) ) 187 ostype * ?|?( ostype * os, ostype * (* manip)( ostype * ) ) {187 ostype * ?|?( ostype * os, ostype * (* manip)( ostype * ) ) { 188 188 return manip( os ); 189 189 } // ?|?
Note:
See TracChangeset
for help on using the changeset viewer.