Changeset f9d8755
- Timestamp:
- Jul 20, 2021, 9:30:16 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 8bf9448
- Parents:
- 86fc350
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/fstream.hfa
r86fc350 rf9d8755 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Apr 28 20:37:57202113 // Update Count : 23 012 // Last Modified On : Tue Jul 20 21:18:03 2021 13 // Update Count : 232 14 14 // 15 15 … … 148 148 149 149 150 EHM_EXCEPTION(Open_Failure)( 150 exception Open_Failure { 151 151 union { 152 152 ofstream * ostream; … … 155 155 // TEMPORARY: need polymorphic exceptions 156 156 int tag; // 1 => ostream; 0 => istream 157 );157 }; 158 158 159 159 void ?{}( Open_Failure & this, ofstream & );
Note: See TracChangeset
for help on using the changeset viewer.