On May 6, 2008, at 10:31 AM, Jean-Olivier Racine wrote:

I have an adjacent_list graph define as such:
typedef adjacency_list<vecS, listS, bidirectionalS, property<vertex_index_t, int, ObjectID>, Relationships> Graph;
 
I just spent a while learning this the hard way too.  See the FAQ:
Specifically, look at item number 5.

I am using bundled properties, and had to add an "index" variable to the vertex property to use it with a listS or setS vertex map.  There was an old post on the list that I found somewhat helpful:

James