
27 Oct
2011
27 Oct
'11
1:43 p.m.
I think i got it. It was a stupid copy and paste error. I used: typedef boost::adjacency_list_traits<boost::listS, boost::vecS, boost::bidirectionalS> link_adjacency_list_traits together with: typedef boost::adjacency_list < boost::listS, boost::listS, // <- boost::vecS!!! boost::bidirectionalS, vertex_properties, edge_properties, graph_properties> link_graph; Never the less, the compiler error was not very useful for me in this case. best regards and sorry for spam Christoph