Changes in src/libcfa/iostream [3849857:4e06c1e]
- File:
-
- 1 edited
-
src/libcfa/iostream (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
r3849857 r4e06c1e 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sun Apr 10 23:00:12201613 // Update Count : 9 212 // Last Modified On : Tue Jul 12 18:01:09 2016 13 // Update Count : 93 14 14 // 15 15 … … 42 42 }; 43 43 44 // implement writable for someintrinsic types44 // implement writable for intrinsic types 45 45 46 46 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, char ); … … 67 67 68 68 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) ); 69 // manipulators 69 70 forall( dtype ostype | ostream( ostype ) ) ostype * endl( ostype * ); 70 71 forall( dtype ostype | ostream( ostype ) ) ostype * sepOn( ostype * );
Note:
See TracChangeset
for help on using the changeset viewer.