Changeset 279:be43902fadb7 in lemon-0.x for src/work/list_graph.h
- Timestamp:
- 04/03/04 16:22:33 (21 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@393
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/work/list_graph.h
r265 r279 310 310 bool valid(Edge e) const { return e.valid(); } 311 311 312 template <typename It> It getNext(It it) const {313 It tmp(it); next(tmp); return tmp; }312 // template <typename It> It getNext(It it) const { 313 // It tmp(it); next(tmp); return tmp; } 314 314 // NodeIt& next(NodeIt& it) const { return ++it; } 315 315 // EdgeIt& next(EdgeIt& it) const { return ++it; }
Note: See TracChangeset
for help on using the changeset viewer.