Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/containers/array.hfa

    rd1abc63c r058ece2  
    175175
    176176// Wrapper
    177 struct all_t {} all;
     177extern struct all_t {} all;
    178178forall( [N], S & | sized(S), Te &, result &, Tbase & | { tag(result) enq_( tag(Tbase), tag(N), tag(S), tag(Te) ); } )
    179179static inline result & ?[?]( arpk(N, S, Te, Tbase) & this, all_t ) {
Note: See TracChangeset for help on using the changeset viewer.