Comment 1 for bug 1196036

Revision history for this message
Andrew McDonnell (andymc73) wrote :

Found a typo:

=== modified file 'storage/oqgraph/graphcore.cc'
--- storage/oqgraph/graphcore.cc 2013-06-29 13:57:17 +0000
+++ storage/oqgraph/graphcore.cc 2013-08-09 11:20:16 +0000
@@ -823,7 +823,8 @@
                 EdgeWeight(),
                 make_dijkstra_visitor(
                     make_oqgraph_visit_dist(
- boost::make_assoc_property_map(p), d,
+ boost::make_assoc_property_map(p),
+ boost::make_assoc_property_map(d),
                         static_cast<stack_cursor*>(cursor)
                     )
                 ),