$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-02-27 11:18:10
On Feb 7, 2006, at 11:01 PM, Tux Han wrote:
> I wrote a very simple sample using BGL adjacent list and using a
> random access EdgeList. But when I invoke remove_out_edge method, It
> seems wrong. My config is Boost 1.33.1 and Visual Studio 2005, here is
> my code:
> [snip]
> Is there something wrong?
This is definitely a bug in the BGL. In truth, the EdgeListS parameter
should always be "listS", because there are problems with almost all
other container types :(
Doug