Changeset 481cf3a
- Timestamp:
- Jan 20, 2021, 8:59:56 PM (4 years ago)
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/collection.hfa
rc08c3cf r481cf3a 38 38 } // distribution 39 39 40 static inline forall( dtype T| { T *& Next ( T * ); } ) {40 static inline forall( T & | { T *& Next ( T * ); } ) { 41 41 bool listed( T * n ) { 42 42 return Next( n ) != 0p;
Note: See TracChangeset
for help on using the changeset viewer.