
19 Nov
2008
19 Nov
'08
4:12 a.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