Changes in libcfa/src/iostream.cfa [3e4bf0d:f842032]
- File:
-
- 1 edited
-
libcfa/src/iostream.cfa (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/iostream.cfa
r3e4bf0d rf842032 10 10 // Created On : Wed May 27 17:56:53 2015 11 11 // Last Modified By : Peter A. Buhr 12 // Last Modified On : Sat Nov 11 07:06:27202313 // Update Count : 180 312 // Last Modified On : Thu Oct 19 19:29:54 2023 13 // Update Count : 1800 14 14 // 15 15 … … 47 47 return os; 48 48 } // ?|? 49 OS TYPE_VOID_IMPL( bool )49 OSYPE_VOID_IMPL( bool ) 50 50 51 51 ostype & ?|?( ostype & os, char c ) { … … 1001 1001 } // if 1002 1002 } // if 1003 // FIX ME: CFA strings need to be modified to NOT change the argument for this case, then this can be removed.1004 if ( rwd > 0 && args == 0 ) f.s[0]= '\0'; // read failed => no pattern match => set string to null1005 1003 } else { 1006 1004 if ( f.flags.delimiter ) { // getline … … 1043 1041 } // if 1044 1042 } // if 1045 if ( rwd > 0 && args == 0 ) f.s[0]= '\0'; // read failed => no pattern match => set string to null1046 1043 } // if 1047 1044 if ( args == 1 && eof( is ) ) { // data but scan ended at EOF
Note:
See TracChangeset
for help on using the changeset viewer.