$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Franklin (franklin.jonathan_at_[hidden])
Date: 2007-08-28 10:19:40
On 8/28/07, Stephan Diederich <stephan.diederich_at_[hidden]> 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.
Jon