Changeset fc2cd7d6 for src/libcfa/iostream
- Timestamp:
- Feb 26, 2017, 1:09:56 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- 3f22503
- Parents:
- ef9cc56 (diff), bf26fa5 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
ref9cc56 rfc2cd7d6 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Tue Jul 12 18:01:09 201613 // Update Count : 9 312 // Last Modified On : Fri Feb 24 21:09:09 2017 13 // Update Count : 94 14 14 // 15 15 … … 45 45 46 46 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, char ); 47 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, signed char ); 48 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, unsigned char ); 47 49 48 50 forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, short int );
Note: See TracChangeset
for help on using the changeset viewer.