Ignore:
Timestamp:
Jan 20, 2021, 8:38:41 PM (3 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
6f36dde
Parents:
09ee131
Message:

make "listed" static inline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/collection.hfa

    r09ee131 rf706697  
    3838} // distribution
    3939
    40 forall( dtype T | { T *& Next ( T * ); } ) {
     40static inline forall( dtype T | { T *& Next ( T * ); } ) {
    4141        bool listed( T * n ) {
    4242                return Next( n ) != 0p;
Note: See TracChangeset for help on using the changeset viewer.