Ignore:
Timestamp:
Jul 12, 2016, 6:34:10 PM (8 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
e4d3ceb
Parents:
6e4b913
Message:

changes for switch and choose statements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/iostream

    r6e4b913 r4e06c1e  
    1010// Created On       : Wed May 27 17:56:53 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Sun Apr 10 23:00:12 2016
    13 // Update Count     : 92
     12// Last Modified On : Tue Jul 12 18:01:09 2016
     13// Update Count     : 93
    1414//
    1515
     
    4242};
    4343
    44 // implement writable for some intrinsic types
     44// implement writable for intrinsic types
    4545
    4646forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, char );
     
    6767
    6868forall( dtype ostype | ostream( ostype ) ) ostype * ?|?( ostype *, ostype * (*)( ostype * ) );
     69// manipulators
    6970forall( dtype ostype | ostream( ostype ) ) ostype * endl( ostype * );
    7071forall( dtype ostype | ostream( ostype ) ) ostype * sepOn( ostype * );
Note: See TracChangeset for help on using the changeset viewer.