Boost logo

Boost Users :

Subject: Re: [Boost-users] [BGL] graphviz imcompatible with dijkstra_shortest_paths
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2013-05-01 10:19:45


On Wed, 1 May 2013, YaoYuan wrote:

> Hello,
>
> I try to use graphviz. But when I add "#include
> <boost/graph/graphviz.hpp>" to the example
> "http://www.boost.org/doc/libs/1_53_0/libs/graph/example/dijkstra-example.cpp",
> I get a compilation error.
>
> I use boost 1.53 and vs2012 express with command line option "/link
> libboost_graph-vc110-s-1_53.lib libboost_regex-vc110-s-1_53.lib". The
> error is about the deducation of template parameter of
>
> EdgeIndex boost::detail::get(const
> boost::detail::csr_edge_index_map<Vertex,EdgeIndex> &,const
> boost::detail::csr_edge_descriptor<Vertex,EdgeIndex> &)
>
> in "boost/graph/dijkstra_shortest_paths.hpp(140)".

I'm not able to reproduce the error on GCC. Could you please send the
entire error message? Thanks.

-- Jeremiah Willcock


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net