Ignore:
File:
1 edited

Legend:

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

    r8ebbfc4 ra1a17a74  
    183183                verify( *tail == NULL );
    184184                return val;
    185         }
    186 
    187         forall(dtype T | is_node(T))
    188         static inline bool ?!=?( __queue(T) & this, zero_t zero ) with( this ) {
    189                 return head != 0;
    190185        }
    191186#endif
Note: See TracChangeset for help on using the changeset viewer.