$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 12:50:15
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;
Sorry, my bad. I forgot that vertex/edge properties are specified in the
reverse order from the edge/vertex list types. <sigh>
Jon