$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: jsiek_at_[hidden]
Date: 2000-10-15 13:55:57
Hi Claus,
Thanks for the bug report, and a special thanks for tracking it down!
I've checked the fix into the boost CVS.
Cheers,
Jeremy
Claus Spacil writes:
> typename property_traits<ColorMap>::value_type c = get(color,
> Vertex());
>
> using the functor Vertex() results in a call to get() for a key value of
> 0.
> since my color map uses vertex descriptors of std::list and not
> std::vector as key values it's easy to see why this must fail.