Changeset 8dcb832 for libcfa/src/iostream.cfa
- Timestamp:
- Oct 6, 2021, 8:37:21 PM (20 months ago)
- Branches:
- ADT, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
- Children:
- 237df76
- Parents:
- e16eb460
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.cfa
re16eb460 r8dcb832 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat May 15 09:39:21202113 // Update Count : 134 212 // Last Modified On : Wed Oct 6 18:55:03 2021 13 // Update Count : 1344 14 14 // 15 15 … … 398 398 return os; 399 399 } // nlOff 400 } // distribution401 402 forall( ostype & | ostream( ostype ) ) {403 ostype & acquire( ostype & os ) {404 acquire( os ); // call void returning405 return os;406 } // acquire407 400 } // distribution 408 401 … … 1037 1030 } // distribution 1038 1031 1039 forall( istype & | istream( istype ) ) {1040 istype & acquire( istype & is ) {1041 acquire( is ); // call void returning1042 return is;1043 } // acquire1044 } // distribution1045 1046 1032 // *********************************** manipulators *********************************** 1047 1033
Note: See TracChangeset
for help on using the changeset viewer.