Ignore:
Timestamp:
Apr 11, 2025, 6:39:45 PM (9 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
a514fed
Parents:
a800a19
Message:

change manipulator name quoted to quote

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/collections/string.cfa

    ra800a19 r30548de  
    1010// Created On       : Fri Sep 03 11:00:00 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Fri Apr 11 08:31:21 2025
    13 // Update Count     : 369
     12// Last Modified On : Fri Apr 11 18:18:07 2025
     13// Update Count     : 370
    1414//
    1515
     
    234234        }
    235235
    236         istype & ?|?( istype & is, _Istream_Squoted f ) {
    237                 _Istream_Rquoted f2 = { { 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 } };
    238238                return is | f2;
    239239        } // ?|?
Note: See TracChangeset for help on using the changeset viewer.