20 May
2010
20 May
'10
5:51 p.m.
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
::type>::value_type.
OK, yes, this makes sense. And, it worked for me. Cheers, --Hossein