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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user