18 Oct
2006
18 Oct
'06
9:58 a.m.
Dear all, I am facing a problem with boost::depth_first_search. I couldn't compile the example http://boost.org/libs/graph/example/dfs-example.cpp after changing line no 42: typedef adjacency_list < listS, vecS, directedS > graph_t; to: typedef adjacency_list < listS, listS, directedS > graph_t; I need to use < listS, listS, directedS > because of performance issue. I have used gcc 3.2.2 and gcc 4.1.0 without any success. Any suggestion how to solve the problem ? regards, Saptarshi __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com