test/heap_test.h
changeset 2269 fb1c634fff29
parent 2242 16523135943d
child 2391 14a343be7a5a
     1.1 --- a/test/heap_test.h	Mon Oct 30 12:01:51 2006 +0000
     1.2 +++ b/test/heap_test.h	Mon Oct 30 12:07:52 2006 +0000
     1.3 @@ -25,6 +25,9 @@
     1.4  public:
     1.5    typedef std::vector<int> Parent;
     1.6  
     1.7 +  typedef int Key;
     1.8 +  typedef int Value;
     1.9 +
    1.10    IntIntMap() : Parent() {}
    1.11    IntIntMap(int n) : Parent(n) {}
    1.12    IntIntMap(int n, int v) : Parent(n, v) {}