Ignore:
Timestamp:
Jan 20, 2021, 8:59:56 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:
79c14d6
Parents:
c08c3cf
Message:

fix conflict

File:
1 edited

Legend:

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

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