From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-03-30 08:17:24


Peter Aronsson wrote:

> Actually, I now found that the problem is when having listS as adjacency
> lists.

Yes, when you have vecS for vertex storage, the vertex_index_t property is
automatically defined.

> The same compilation error can be produced by changing vecS to listS in
> the dfs-example.cpp file.
>
> Perhaps a bug?

It's more like design issue. Would be nice to have automatic vertex_index_t
for listS but nobody yet implemented this, and even has not decided how
this can be done.

- Volodya