Changeset f842032 for libcfa/src/collections
- Timestamp:
- Oct 19, 2023, 7:35:24 PM (2 years ago)
- Branches:
- master
- Children:
- 0803ead, 1b0184b
- Parents:
- e0dc038
- Location:
- libcfa/src/collections
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string.cfa
re0dc038 rf842032 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Sep 2 12:05:57202313 // Update Count : 20 612 // Last Modified On : Wed Oct 18 21:52:09 2023 13 // Update Count : 208 14 14 // 15 15 … … 138 138 139 139 void ?|?( ifstream & in, _Istream_Sstr f ) { 140 (ifstream &)(in | f); ends( in );140 (ifstream &)(in | f); 141 141 } 142 142 -
libcfa/src/collections/string_res.cfa
re0dc038 rf842032 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Aug 14 18:06:01202313 // Update Count : 1 212 // Last Modified On : Wed Oct 18 21:54:54 2023 13 // Update Count : 15 14 14 // 15 15 … … 253 253 254 254 void ?|?( ifstream & in, string_res & this ) { 255 (ifstream &)(in | this); ends( in );255 (ifstream &)(in | this); 256 256 } 257 257 … … 297 297 298 298 void ?|?( ifstream & in, _Istream_Rstr f ) { 299 (ifstream &)(in | f); ends( in );299 (ifstream &)(in | f); 300 300 } 301 301
Note:
See TracChangeset
for help on using the changeset viewer.