Changeset 30548de for libcfa/src/collections/string_res.cfa
- Timestamp:
- Apr 11, 2025, 6:39:45 PM (9 months ago)
- Branches:
- master
- Children:
- a514fed
- Parents:
- a800a19
- File:
-
- 1 edited
-
libcfa/src/collections/string_res.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string_res.cfa
ra800a19 r30548de 10 10 // Created On : Fri Sep 03 11:00:00 2021 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Wed Apr 9 08:44:17202513 // Update Count : 12 812 // Last Modified On : Fri Apr 11 18:18:42 2025 13 // Update Count : 129 14 14 // 15 15 … … 249 249 250 250 forall( istype & | basic_istream( istype ) ) 251 istype & ?|?( istype & is, _Istream_Rquote df ) with( f.rstr ) {251 istype & ?|?( istype & is, _Istream_Rquote f ) with( f.rstr ) { 252 252 if ( eof( is ) ) throwResume ExceptionInst( end_of_file ); 253 253 int args;
Note:
See TracChangeset
for help on using the changeset viewer.