diff --git a/include/boost/graph/topological_sort.hpp b/include/boost/graph/topological_sort.hpp index c846a04d..e68e88e2 100644 --- a/include/boost/graph/topological_sort.hpp +++ b/include/boost/graph/topological_sort.hpp @@ -78,7 +78,7 @@ namespace boost { template void topological_sort(VertexListGraph& g, OutputIterator result) { - return topological_sort(g, result, bgl_named_params(0)); + topological_sort(g, result, bgl_named_params(0)); } } // namespace boost