Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/snzi.hfa

    r28d73c1 r13c5e19  
    120120//--------------------------------------------------
    121121// SNZI object
    122 void  ?{}( __snzi_t & this ) {
    123         this.mask = 0;
    124         this.root = 0;
    125         this.nodes = 0p;
    126 }
    127 
    128122void  ?{}( __snzi_t & this, unsigned depth ) with( this ) {
    129123        mask = (1 << depth) - 1;
Note: See TracChangeset for help on using the changeset viewer.