2 Jul
2012
2 Jul
'12
2:02 p.m.
On Mon, 2 Jul 2012, Gregory wrote:
Hi, All!
I am newbie in boost.
The code fragment compiled without errors with boost 1.48.0 in MS Visual Studio 2008 , but returns compiler error with boost 1.49 and 1.50 :
There have been some issues with errors like this with Visual Studio and pointer-based property maps. Could you please try replacing &distances[0] with: boost::make_iterator_property_map(distances.begin(), get(boost::vertex_index, g)) and similar for predesessor [sic]? That might fix the problem. -- Jeremiah Willcock