Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/rational

    r53ba273 r3d9b5da  
    1010// Created On       : Wed Apr  6 17:56:25 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Apr  6 21:51:42 2016
    13 // Update Count     : 8
     12// Last Modified On : Thu Apr  7 17:23:36 2016
     13// Update Count     : 9
    1414//
    1515
    16 #include <fstream>
     16#include "iostream"
    1717
    1818struct Rational {
     
    4444double widen( Rational r );
    4545Rational narrow( double f, long int md );
    46 ifstream * ?|?( ifstream *is, Rational *r );
    47 ofstream * ?|?( ofstream *os, Rational r );
     46forall( dtype istype | istream( istype ) ) istype * ?|?( istype *, Rational * );
     47forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, Rational );
    4848
    4949// Local Variables: //
Note: See TracChangeset for help on using the changeset viewer.