Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/iostream

    r44574f2 r1e6e08de  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Jan 25 13:08:39 2018
    13 // Update Count     : 149
     12// Last Modified On : Thu Dec 21 13:55:41 2017
     13// Update Count     : 145
    1414//
    1515
     
    124124}; // readable
    125125
    126 forall( dtype istype | istream( istype ) ) istype & ?|?( istype &, _Bool & );
    127 
    128126forall( dtype istype | istream( istype ) ) istype & ?|?( istype &, char & );
    129127forall( dtype istype | istream( istype ) ) istype & ?|?( istype &, signed char & );
     
    147145forall( dtype istype | istream( istype ) ) istype & ?|?( istype &, long double _Complex & );
    148146
    149 // manipulators
    150 forall( dtype istype | istream( istype ) ) istype & ?|?( istype &, istype & (*)( istype & ) );
    151 forall( dtype istype | istream( istype ) ) istype & endl( istype & is );
    152 
    153147struct _Istream_cstrUC { char * s; };
    154148_Istream_cstrUC cstr( char * );
Note: See TracChangeset for help on using the changeset viewer.