Ignore:
Timestamp:
Aug 31, 2023, 1:25:38 PM (11 months ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
0f107e4, 2a301ff
Parents:
0b8c951d
Message:

third attempt at input manipulators for strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/iostream.hfa

    r0b8c951d r686912c  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Tue Aug 29 19:15:06 2023
    13 // Update Count     : 542
     12// Last Modified On : Thu Aug 31 10:55:35 2023
     13// Update Count     : 544
    1414//
    1515
     
    446446} // distribution
    447447forall( istype & | basic_istream( istype ) ) {
    448         void readstr( istype & is, _Istream_str_base f, char fmtstr[], char cstr[] );
    449448        istype & ?|?( istype & is, _Istream_Cstr f );
    450449        ISTYPE_VOID( _Istream_Cstr );
Note: See TracChangeset for help on using the changeset viewer.