COIN-OR::LEMON - Graph Library

Changeset 2263:9273fe7d850c in lemon-0.x for lemon/concepts


Ignore:
Timestamp:
10/26/06 16:20:17 (18 years ago)
Author:
mqrelly
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3021
Message:

Bug #46 fixed: Superfluous template parameter in Heap concept
NOTE: Not every affected file tested.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/concepts/heap.h

    r2260 r2263  
    3737    /// A concept structure describes the main interface of heaps.
    3838    ///
    39     template <typename Item, typename Prio, typename ItemIntMap>
     39    template <typename Prio, typename ItemIntMap>
    4040    class Heap {
    4141    public:
     42
     43      ///\brief Type of the items stored in the heap.
     44      typedef typename ItemIntMap::Key  Item;
    4245 
    4346
Note: See TracChangeset for help on using the changeset viewer.