Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/enum.hfa

    rd5efcb7 r259012e  
    2020    unsigned int posn( E e );
    2121    V value( E e );
    22     char * type_name( E e );
    23 //    bool scoped( E e );
    2422};
    2523
     
    3129}
    3230
    33 //forall( ostype & | basic_ostream(ostype), E | CfaEnum(E, quasi_void) )
    34 //ostype & ?|?( ostype &, E );
     31forall( ostype & | basic_ostream(ostype), E | CfaEnum(E, quasi_void) )
     32ostype & ?|?( ostype &, E );
    3533
    3634// Design two <- should go for this if we have change the cost model
Note: See TracChangeset for help on using the changeset viewer.