Subject: Re: [Boost-users] Missing function 'vertex' from reverse graph
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2009-11-24 15:31:53


On Mon, 16 Nov 2009, Mangal wrote:

>
> 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.

This is now fixed in r57903.

-- Jeremiah Willcock