Changeset 058ece2 for libcfa/src


Ignore:
Timestamp:
Oct 19, 2022, 4:55:09 PM (19 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
d191e24
Parents:
135143b
Message:

made all_t all extern. There is no definition but since it is a zero-byte object it doesn't actually matter

File:
1 edited

Legend:

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

    r135143b 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.