Ignore:
File:
1 edited

Legend:

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

    rae2c27a r79306383  
    157157                        tail = &get_next( *val );
    158158                        *tail = 1p;
    159                 }
    160 
    161                 T * peek( __queue(T) & this ) {
    162                         verify(*this.tail == 1p);
    163                         T * head = this.head;
    164                         if( head != 1p ) {
    165                                 verify(*this.tail == 1p);
    166                                 return head;
    167                         }
    168                         verify(*this.tail == 1p);
    169                         return 0p;
    170159                }
    171160
Note: See TracChangeset for help on using the changeset viewer.