2
0
mirror of https://github.com/boostorg/graph.git synced 2026-01-31 08:12:14 +00:00

Finalize BFS

[SVN r27547]
This commit is contained in:
Douglas Gregor
2005-03-03 20:40:06 +00:00
parent 961a7d09cc
commit d31c4b5a04
5 changed files with 51 additions and 137 deletions

View File

@@ -65,8 +65,6 @@ dijkstra_shortest_paths
template<typename Graph>
void export_dijkstra_shortest_paths_in_graph()
{
using boost::python::arg;
dijkstra_visitor<Graph>::declare("DijkstraVisitor",
"DefaultDijkstraVisitor");
}