
23 Jun
2008
23 Jun
'08
11:50 a.m.
hi all, the following trivial code doesn't compile for me: #include <boost/graph/adjacency_list.hpp> #include <boost/graph/depth_first_search.hpp> typedef boost::adjacency_list<boost::vecS, boost::listS > graph_t; int main() { graph_t graph; boost::depth_first_search(graph, boost::visitor(boost::dfs_visitor<> ())); } is there any way to run a depth_first_search, with an adjacency_list based graph class, using a VertexList=listS or setS? thanks, tim -- tim@klingt.org http://tim.klingt.org Avoid the world, it's just a lot of dust and drag and means nothing in the end. Jack Kerouac