$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [BGL] VertexProperties as a Nested Type
From: Hossein Haeri (powerprogman_at_[hidden])
Date: 2010-05-20 13:51:43
Jeremiah,
> The output of property_map<...>::type is a property
> map, not the value type of the property map. Thus, the
> property map cannot be assigned to a variable of type
> string. If you want the map's value type, use
> property_traits<property_map<...>::type>::value_type.
OK, yes, this makes sense. And, it worked for me.
Cheers,
--Hossein