COIN-OR::LEMON - Graph Library

Changeset 2046:66d160810c0a in lemon-0.x for lemon/bits/graph_extender.h


Ignore:
Timestamp:
04/13/06 19:57:03 (18 years ago)
Author:
Mihaly Barasz
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2688
Message:

more explicit :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/bits/graph_extender.h

    r2031 r2046  
    224224      typedef MapExtender<DefaultMap<Graph, Node, _Value> > Parent;
    225225
    226       NodeMap(const Graph& graph)
     226      explicit NodeMap(const Graph& graph)
    227227        : Parent(graph) {}
    228228      NodeMap(const Graph& graph, const _Value& value)
     
    248248      typedef MapExtender<DefaultMap<Graph, Edge, _Value> > Parent;
    249249
    250       EdgeMap(const Graph& graph)
     250      explicit EdgeMap(const Graph& graph)
    251251        : Parent(graph) {}
    252252      EdgeMap(const Graph& graph, const _Value& value)
Note: See TracChangeset for help on using the changeset viewer.