|
Boost Users : |
Subject: Re: [Boost-users] [graph] std::priority_queue of vertex_descriptors with extended comparison object will not initialize
From: Christoph (c_p_at_[hidden])
Date: 2011-10-27 09:43:00
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
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