$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Frédéric Mayot (fred_at_[hidden])
Date: 2004-02-07 07:57:32
Hi,
I have a graph in the form of an adjacency_list with an internal
property. I'm
using vecS for both vertices and edges (and I don't want to use listS).
When I remove a vertex with remove_vertex(), it seems that my property
map is
invalidated. Can I remove the property (from the map) which corresponds
to the
deleted vertex ? Is there any solution ?
Thanks.
Fred