Changeset 1a45263 for libcfa/src


Ignore:
Timestamp:
Oct 20, 2022, 2:50:26 PM (19 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
8bd886e
Parents:
df6cc9d (diff), bc899d6 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into pthread-emulation

File:
1 edited

Legend:

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

    rdf6cc9d r1a45263  
    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.