|
Boost Users : |
Subject: [Boost-users] Missing function 'vertex' from reverse graph
From: Mangal (mangalmanish_at_[hidden])
Date: 2009-11-16 23:48:01
I am using boost 1.40.0.
Reverse_graph.hpp seems to be missing the following function
template <class BidirectionalGraph, class GRef>
typename graph_traits<BidirectionalGraph>::vertex_descriptor
vertex(const typename graph_traits<BidirectionalGraph>::vertices_size_type
n,
const reverse_graph<BidirectionalGraph,GRef>& g)
{
return vertex(n, g.m_g);
}
currently calling the function vertex (someIndex, reversegraph) returns an
error.
-- View this message in context: http://old.nabble.com/Missing-function-%27vertex%27-from-reverse-graph-tp26384352p26384352.html Sent from the Boost - Users mailing list archive at Nabble.com.
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