
28 Aug
2007
28 Aug
'07
10:49 a.m.
On 8/28/07, Stephan Diederich <stephan.diederich@googlemail.com> 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@freeshell.org peabodyenator@gmail.com