Changes in libcfa/src/iostream.hfa [c0363be:211def2]
- File:
-
- 1 edited
-
libcfa/src/iostream.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.hfa
rc0363be r211def2 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 21 07:32:19202413 // Update Count : 74 412 // Last Modified On : Tue Feb 6 18:35:54 2024 13 // Update Count : 743 14 14 // 15 15 … … 160 160 161 161 // tuples 162 forall( ostype &, T, List ... | writeable( T, ostype ) | { ostype & ?|?( ostype &, List); } ) {163 ostype & ?|?( ostype & os, T arg, Listrest );164 void ?|?( ostype & os, T arg, Listrest );162 forall( ostype &, T, Params... | writeable( T, ostype ) | { ostype & ?|?( ostype &, Params ); } ) { 163 ostype & ?|?( ostype & os, T arg, Params rest ); 164 void ?|?( ostype & os, T arg, Params rest ); 165 165 } // distribution 166 166
Note:
See TracChangeset
for help on using the changeset viewer.