17 Dec
2008
17 Dec
'08
10:12 a.m.
Geoff Hilton wrote:
I'm having the same problem though mine (with MSVC9) says:
error C2678: binary '=': no operator found which takes a left-hand operand of type 'const Weight' (or there is no acceptable conversion) c:\program files\boost\boost_1_37_0\boost\property_map.hpp 161
A follow-up would be greatly appreciated.
Thanks, Geoff
You can try to use boost::remove_const<Weight>::type Regards, Dmitry