Changeset c3ebf37 for src/libcfa/iostream
- Timestamp:
- Mar 4, 2017, 10:00:46 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:
- d107010
- Parents:
- 6291725
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
r6291725 rc3ebf37 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : T ue Jul 12 18:01:09 201613 // Update Count : 9 312 // Last Modified On : Thu Feb 23 22:27:53 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.