Changeset 288:47b3a3b67837 in lemon for lemon/dfs.h
- Timestamp:
- 09/29/08 09:58:25 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/dfs.h
r287 r288 1266 1266 template <typename _Digraph = ListDigraph, 1267 1267 typename _Visitor = DfsVisitor<_Digraph>, 1268 typename _Traits = Dfs DefaultTraits<_Digraph> >1268 typename _Traits = DfsVisitDefaultTraits<_Digraph> > 1269 1269 #endif 1270 1270 class DfsVisit {
Note: See TracChangeset
for help on using the changeset viewer.