gravatar
deba@inf.elte.hu
deba@inf.elte.hu
Use proper traits class in visitor based algorithms
0 2 0
default
2 files changed with 2 insertions and 2 deletions:
↑ Collapse diff ↑
Show white space 6 line context
... ...
@@ -1320,3 +1320,3 @@
1320 1320
            typename _Visitor = BfsVisitor<_Digraph>,
1321
            typename _Traits = BfsDefaultTraits<_Digraph> >
1321
            typename _Traits = BfsVisitDefaultTraits<_Digraph> >
1322 1322
#endif
Ignore white space 6 line context
... ...
@@ -1267,3 +1267,3 @@
1267 1267
            typename _Visitor = DfsVisitor<_Digraph>,
1268
            typename _Traits = DfsDefaultTraits<_Digraph> >
1268
            typename _Traits = DfsVisitDefaultTraits<_Digraph> >
1269 1269
#endif
0 comments (0 inline)