diff --git a/include/boost/graph/undirected_dfs.hpp b/include/boost/graph/undirected_dfs.hpp index 0dcc9c28..a3e1c038 100644 --- a/include/boost/graph/undirected_dfs.hpp +++ b/include/boost/graph/undirected_dfs.hpp @@ -219,8 +219,7 @@ namespace boost { undirected_dfs(const Graph& g, const bgl_named_params
& params) { - typedef typename get_param_type< bgl_named_params
, - vertex_color_t>::type C; + typedef typename get_param_type< vertex_color_t, bgl_named_params
>::type C;
detail::udfs_dispatch