Changeset 17e5e2b for src/libcfa/iostream
- Timestamp:
- Jan 9, 2017, 5:34:26 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:
- d3a85240, ff2d7341
- Parents:
- f7ff3fb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/libcfa/iostream
rf7ff3fb r17e5e2b 13 13 // Update Count : 93 14 14 // 15 16 #ifdef __CFORALL__ 15 17 16 18 #ifndef __IOSTREAM_H__ … … 124 126 forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, _Istream_cstrC ); 125 127 126 #endif // __IOSTREAM_H__ 128 #endif // __IOSTREAM_H 129 130 #else 131 #include_next <iostream> 132 #endif //__CFORALL__ 127 133 128 134 // Local Variables: //
Note: See TracChangeset
for help on using the changeset viewer.