Changeset 2002:9ff31b5090bd in lemon-0.x
- Timestamp:
- 03/08/06 14:10:43 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2613
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/graph_utils.h
r1999 r2002 1516 1516 1517 1517 typedef DefaultMap<_Graph, Key, int> Parent; 1518 typedef typename Parent::Graph Graph; 1518 1519 1519 1520 AutoNodeMap(const Graph& graph) : Parent(graph, 0) {} … … 1628 1629 1629 1630 typedef DefaultMap<_Graph, Key, int> Parent; 1631 typedef typename Parent::Graph Graph; 1630 1632 1631 1633 AutoNodeMap(const Graph& graph) : Parent(graph, 0) {}
Note: See TracChangeset
for help on using the changeset viewer.