
18 Nov
2008
18 Nov
'08
5:02 a.m.
Sorry, I neglected to point out the line that doesn't compile. It's marked below: typedef boost::property_map<Graph, double EdgeProp::*>::type EdgeWeightMap; // The following line fails to compile EdgeWeightMap edgeWeightMap = get(&EdgeProp::cost, graph); Thanks again, Alex