Changeset 30548de for libcfa/src/collections/string.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.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/collections/string.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 : Fri Apr 11 08:31:21202513 // Update Count : 3 6912 // Last Modified On : Fri Apr 11 18:18:07 2025 13 // Update Count : 370 14 14 // 15 15 … … 234 234 } 235 235 236 istype & ?|?( istype & is, _Istream_Squote df ) {237 _Istream_Rquote df2 = { { f.sstr.s.inner, (_Istream_str_base)f.sstr } };236 istype & ?|?( istype & is, _Istream_Squote f ) { 237 _Istream_Rquote f2 = { { f.sstr.s.inner, (_Istream_str_base)f.sstr } }; 238 238 return is | f2; 239 239 } // ?|?
Note:
See TracChangeset
for help on using the changeset viewer.