Changeset 79306383


Ignore:
Timestamp:
Jul 16, 2020, 2:58:15 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
519f11c
Parents:
7f389a5c
Message:

Fixed error in containers

File:
1 edited

Legend:

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

    r7f389a5c r79306383  
    194194
    195195                int ?!=?( const __queue(T) & this, __attribute__((unused)) zero_t zero ) {
    196                         return this.head != 0;
     196                        return this.head != 1p;
    197197                }
    198198        }
Note: See TracChangeset for help on using the changeset viewer.