$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas Fabri (Andreas.Fabri_at_[hidden])
Date: 2004-08-06 15:40:46
Hi,
I wrote my own property map class, and wanted to use
it in the connected_component function, in order to
retrieve the components.
When it didn't work, I realised that the component
map is copied internally, that is the result was
written in the copy.
I have an obvious solution for this, but I am nevertheless
wondering if I missed something in the definition of
the property map concept, or the connected_component
class.
thank you in advance,
andreas