From: Sam Peterson (peabodyenator_at_[hidden])
Date: 2007-08-28 12:49:36


On 8/28/07, Stephan Diederich <stephan.diederich_at_[hidden]> wrote:

> Just rechecked, but I think I chose setS: (maybe bad formatting?)
> typedef adjacency_list<setS, vecS, directedS, Vertex,
> Edge,no_property, setS> Graph;

No, you chose setS for the vertex list, try this and see if it works for you:

typedef adjacency_list<vecS, setS, directedS, Vertex> Graph;

-- 
Sam Peterson
peabody_at_[hidden]
peabodyenator_at_[hidden]