
3 Aug
2006
3 Aug
'06
12:31 p.m.
On Jul 26, 2006, at 9:26 AM, moritz Hilger wrote:
error: no matching function for call to ` boost::bundle_property_map<main()::Graph, boost::detail::edge_desc_impl<boost::directed_tag, size_t>, myEdge, int>:: bundle_property_map()'
Oops, it looks like bundle_property_map needs a default constructor. If you give it an empty default constructor, things should (I think!) work. I've added the default constructor in the CVS version of Boost. Doug