Changeset 3ac5fd8 for libcfa/src/collections/string_res.cfa
- Timestamp:
- Aug 17, 2024, 3:15:21 PM (3 months ago)
- Branches:
- master
- Children:
- df2e00f
- Parents:
- afb15cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string_res.cfa
rafb15cf r3ac5fd8 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Mon Apr 15 21:56:27202413 // Update Count : 8 512 // Last Modified On : Sat Aug 17 14:08:01 2024 13 // Update Count : 86 14 14 // 15 15 … … 251 251 252 252 ifstream & ?|?( ifstream & is, _Istream_Rquoted f ) with( f.rstr ) { 253 if ( eof( is ) ) throwResume ExceptionInst( missing_data);253 if ( eof( is ) ) throwResume ExceptionInst( end_of_file ); 254 254 int args; 255 255 fini: {
Note: See TracChangeset
for help on using the changeset viewer.