Ignore:
File:
1 edited

Legend:

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

    r37ceccb rf842032  
    1010// Created On       : Fri Sep 03 11:00:00 2021
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Mon Aug 14 18:06:01 2023
    13 // Update Count     : 12
     12// Last Modified On : Wed Oct 18 21:54:54 2023
     13// Update Count     : 15
    1414//
    1515
     
    253253
    254254void ?|?( ifstream & in, string_res & this ) {
    255     (ifstream &)(in | this); ends( in );
     255    (ifstream &)(in | this);
    256256}
    257257
     
    297297
    298298void ?|?( ifstream & in, _Istream_Rstr f ) {
    299     (ifstream &)(in | f); ends( in );
     299    (ifstream &)(in | f);
    300300}
    301301
Note: See TracChangeset for help on using the changeset viewer.