$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Andreas Fabri (Andreas.Fabri_at_[hidden])
Date: 2005-04-28 15:05:39
Hello,
I wrote my own dijksta visitor for the shortest
path algorithm, and on an event I wanted it to
write something in a bundled property of a vertex.
However this didn't compile because the graph
is a const&.
Is there a way to solve this problem?
Thanks in advance,
andreas