Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/iostream.c

    re24f13a r4e06c1e  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Thu May 26 10:08:31 2016
    13 // Update Count     : 305
     12// Last Modified On : Tue Jul 12 18:01:39 2016
     13// Update Count     : 306
    1414//
    1515
     
    185185
    186186forall( dtype ostype | ostream( ostype ) )
    187 ostype * ?|?( ostype *os, ostype * (* manip)( ostype * ) ) {
     187ostype * ?|?( ostype * os, ostype * (* manip)( ostype * ) ) {
    188188        return manip( os );
    189189} // ?|?
Note: See TracChangeset for help on using the changeset viewer.