
28 Aug
2007
28 Aug
'07
4:37 p.m.
Hi Jon, On 8/28/07, Jonathan Franklin <franklin.jonathan@gmail.com> wrote:
On 8/28/07, Stephan Diederich <stephan.diederich@googlemail.com> wrote:
typedef adjacency_list<setS, vecS, directedS, Vertex, Edge,
-----------------------------------------------------, setS I think the issue only occurred when the edge list was changed to setS. You only did the vertex list.
Just rechecked, but I think I chose setS: (maybe bad formatting?) typedef adjacency_list<setS, vecS, directedS, Vertex, Edge,no_property, setS> Graph; Cheers, Stephan