Changeset 79306383
- Timestamp:
- Jul 16, 2020, 2:58:15 PM (5 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/containers.hfa
r7f389a5c r79306383 194 194 195 195 int ?!=?( const __queue(T) & this, __attribute__((unused)) zero_t zero ) { 196 return this.head != 0;196 return this.head != 1p; 197 197 } 198 198 }
Note: See TracChangeset
for help on using the changeset viewer.