1 May
2013
1 May
'13
2:19 p.m.
On Wed, 1 May 2013, YaoYuan wrote:
Hello,
I try to use graphviz. But when I add "#include
" 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
&,const boost::detail::csr_edge_descriptor &) 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