COIN-OR::LEMON - Graph Library

Changeset 1685:5b37a10234bc in lemon-0.x for lemon/iterable_maps.h


Ignore:
Timestamp:
09/16/05 11:00:18 (19 years ago)
Author:
Balazs Dezso
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2207
Message:

Some bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/iterable_maps.h

    r1677 r1685  
    141141  class IterableBoolNodeMap
    142142  {
    143     typename Graph::NodeMap<int> cmap;
    144  
    145   public:
    146  
    147     typedef IterableBoolMap<typename Graph::NodeMap<int> > BimType;
     143    typename Graph::template NodeMap<int> cmap;
     144 
     145  public:
     146 
     147    typedef IterableBoolMap<typename Graph::template NodeMap<int> > BimType;
    148148    BimType imap;
    149149
     
    199199  class IterableBoolEdgeMap
    200200  {
    201     typename Graph::EdgeMap<int> cmap;
    202  
    203   public:
    204  
    205     typedef IterableBoolMap<typename Graph::EdgeMap<int> > BimType;
     201    typename Graph::template EdgeMap<int> cmap;
     202 
     203  public:
     204 
     205    typedef IterableBoolMap<typename Graph::template EdgeMap<int> > BimType;
    206206    BimType imap;
    207207
Note: See TracChangeset for help on using the changeset viewer.