$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2004-05-08 11:00:43
On Friday 07 May 2004 03:06 pm, Mark Purtill wrote:
> The graphviz_write function is inconsistent in how it writes
> vertices. When it write the vertex itself, it uses get(vertex_index,
> ...), but when it writes the edges, it just writes the vertex
> descriptor. When using adjacency_list< listS, listS,
> bidirectionalS,... >, this produces bad output (the edges list their
> endpoints by hexadecimal address values).
>
> Here's a patch:
Looks good; applied to CVS. Thanks!
Doug