$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] boost::detail::error_property_not_found issue
From: Andrew Sutton (andrew.n.sutton_at_[hidden])
Date: 2008-11-18 13:36:34
> Does anybody know what this means?
Not really. It looks like the instantiation is having trouble finding the
color map - which should be created implicitly since you're not specifying
one. It may be some kind of odd conflict with your index map. If you're
declaring your graphs with VertexList == vecS, you don't need an index map.
The graph will implicitly create one for you.
Andrew Sutton
andrew.n.sutton_at_[hidden]