diff --git a/include/boost/graph/dijkstra_shortest_paths.hpp b/include/boost/graph/dijkstra_shortest_paths.hpp index 73cde3ce..de96b537 100644 --- a/include/boost/graph/dijkstra_shortest_paths.hpp +++ b/include/boost/graph/dijkstra_shortest_paths.hpp @@ -200,7 +200,7 @@ namespace boost { } put(distance, s, zero); - dijkstra_shortest_paths(g, s, predecessor, distance, weight, + dijkstra_shortest_paths_no_init(g, s, predecessor, distance, weight, index_map, compare, combine, inf, zero, vis); }