src/test/heap_test.cc
changeset 1325 916ec8699dc3
parent 1215 81b4731f8a6b
child 1330 52ef02524468
equal deleted inserted replaced
2:f35058149aa4 3:7a95d2480eb5
    67       state = _Heap::POST_HEAP;
    67       state = _Heap::POST_HEAP;
    68     }
    68     }
    69     
    69     
    70     _Heap& heap;
    70     _Heap& heap;
    71     ItemIntMap& map;
    71     ItemIntMap& map;
       
    72 
       
    73     Constraints() : heap(0), map(0) {}
    72   };
    74   };
    73 };
    75 };
    74 
    76 
    75 int main() {
    77 int main() {
    76 
    78