
18 Nov
2008
18 Nov
'08
9:12 p.m.
Hi Alex, I was able to compile your original code by changing the line typedef boost::property_map<Graph, double EdgeProp::*>::type EdgeWeightMap; to typedef boost::property_map<Graph, double EdgeProp::*>::const_type EdgeWeightMap; hope this will help, Dmitry Alex Brooks escribió:
Gotta a const Graph also:
property_map<const Graph, double const EdgeProp::*>
Any other ideas?
Thanks again,
Alex