COIN-OR::LEMON - Graph Library

Changeset 940:4efe7b32b134 in lemon-1.2


Ignore:
Timestamp:
12/20/11 17:43:11 (12 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Parents:
939:71fd280363d5 (diff), 685:a27356ceb5bd (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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/edge_set_extender.h

    r685 r940  
    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

    r886 r940  
    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.