Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/iostream

    r10a97adb r44574f2  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu Apr 12 14:34:37 2018
    13 // Update Count     : 150
     12// Last Modified On : Thu Jan 25 13:08:39 2018
     13// Update Count     : 149
    1414//
    1515
     
    159159forall( dtype istype | istream( istype ) ) istype & ?|?( istype &, _Istream_cstrC );
    160160
    161 
    162 #include <time_t.h>                                                                             // Duration (constructors) / Time (constructors)
    163 
    164 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype & os, Duration dur );
    165 forall( dtype ostype | ostream( ostype ) ) ostype & ?|?( ostype & os, Time time );
    166 
    167 
    168161// Local Variables: //
    169162// mode: c //
Note: See TracChangeset for help on using the changeset viewer.