COIN-OR::LEMON - Graph Library

Changeset 967:8af504c71ac4 in lemon


Ignore:
Timestamp:
04/06/10 06:43:04 (14 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
1.1
Parents:
946:1248d23d6e93 (diff), 965:ece1f8a3052d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Phase:
public
Message:

Merge bugfix #364 to branch 1.1

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/edge_set_extender.h

    r732 r967  
    281281    typedef EdgeSetExtender Graph;
    282282
     283    typedef True UndirectedTag;
     284
    283285    typedef typename Parent::Node Node;
    284286    typedef typename Parent::Arc Arc;
  • lemon/bits/edge_set_extender.h

    r965 r967  
    540540
    541541    public:
    542       ArcMap(const Graph& _g)
     542      explicit ArcMap(const Graph& _g)
    543543        : Parent(_g) {}
    544544      ArcMap(const Graph& _g, const _Value& _v)
     
    564564
    565565    public:
    566       EdgeMap(const Graph& _g)
     566      explicit EdgeMap(const Graph& _g)
    567567        : Parent(_g) {}
    568568
Note: See TracChangeset for help on using the changeset viewer.