Boost logo

Boost Users :

From: Saptarshi Ghosh (saptarshi69_at_[hidden])
Date: 2006-10-18 05:58:03


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


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net