Changeset 224:5bc1c83257f8 in lemon-0.x for src/work/alpar/dijkstra/bin_heap.hh
- Timestamp:
- 03/21/04 15:59:51 (19 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@321
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/alpar/dijkstra/bin_heap.hh
r222 r224 66 66 namespace hugo { 67 67 68 /// A Binary Heap implementation. 68 69 template <typename Key, typename Val, typename KeyIntMap, 69 70 typename Compare = std::less<Val> >
Note: See TracChangeset
for help on using the changeset viewer.