Here's an example attached to this message.
If replaced by vecS everything compile fine but as is I receive the
described compilation error.
Hope it will help you
On 22 June 2010 19:23, Jeremiah Willcock
On Tue, 22 Jun 2010, Christophe Goessen wrote:
The error is not exactly the same but quite similar (always a such missing
function) with all the single source shortest paths algorithms (dijkstra's, bellman-ford's and dag). Also, I already have a vertex_index property map (internal one). What you are implying is that this is a know bug?
By the way I'm using the 1.42 version
No, it's not a known bug, it's an unknown one I need to fix. If you have a vertex_index map, all of the algorithms should work with your vertex and edge types. Could you please send me a small example that fails?
-- Jeremiah Willcock _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- Christophe