$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL]Why the output of algorithms are vertex sequence(PredecessorMap)? How about parallel edges??
From: Dmitry Bufistov (dmitry_at_[hidden])
Date: 2009-05-08 10:13:46
Andrew Sutton wrote:
[skip]
> The biggest reason for using descriptors is that they can provide a higher degree of
> stability than iterators. For example, a vector will invalidate all iterators on insert and remove.
[skip]
"Remove" also invalidates vertex descriptors!
Dmitry