Changes in libcfa/src/enum.hfa [d5efcb7:259012e]
- File:
-
- 1 edited
-
libcfa/src/enum.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/enum.hfa
rd5efcb7 r259012e 20 20 unsigned int posn( E e ); 21 21 V value( E e ); 22 char * type_name( E e );23 // bool scoped( E e );24 22 }; 25 23 … … 31 29 } 32 30 33 //forall( ostype & | basic_ostream(ostype), E | CfaEnum(E, quasi_void) )34 //ostype & ?|?( ostype &, E );31 forall( ostype & | basic_ostream(ostype), E | CfaEnum(E, quasi_void) ) 32 ostype & ?|?( ostype &, E ); 35 33 36 34 // Design two <- should go for this if we have change the cost model
Note:
See TracChangeset
for help on using the changeset viewer.