$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2006-08-03 14:31:16
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