diff --git a/include/boost/graph/distributed/dijkstra_shortest_paths.hpp b/include/boost/graph/distributed/dijkstra_shortest_paths.hpp index 9f4679f..acfd194 100644 --- a/include/boost/graph/distributed/dijkstra_shortest_paths.hpp +++ b/include/boost/graph/distributed/dijkstra_shortest_paths.hpp @@ -190,8 +190,7 @@ namespace boost { IndexMap> DefColorMap; DefColorMap color_map(color.begin(), index_map); - typedef typename get_param_type< bgl_named_params, - vertex_color_t>::type color_map_type; + typedef typename get_param_type< vertex_color_t, bgl_named_params >::type color_map_type; graph::detail::parallel_dijkstra_impl ::run(g, s, predecessor, distance,