& params) { typedef topo_sort_visitor TopoVisitor; depth_first_search(g, params.visitor(TopoVisitor(result))); } template void topological_sort(VertexListGraph& g, OutputIterator result) { topological_sort(g, result, bgl_named_params(0)); // bogus } } // namespace boost #endif /*BOOST_GRAPH_TOPOLOGICAL_SORT_H*/