COIN-OR::LEMON - Graph Library

Changeset 2269:fb1c634fff29 in lemon-0.x for test/heap_test.h


Ignore:
Timestamp:
10/30/06 13:07:52 (18 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3027
Message:

Bug fix for removing heap Item from template parameter list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/heap_test.h

    r2242 r2269  
    2525public:
    2626  typedef std::vector<int> Parent;
     27
     28  typedef int Key;
     29  typedef int Value;
    2730
    2831  IntIntMap() : Parent() {}
Note: See TracChangeset for help on using the changeset viewer.