$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-07-01 09:47:22
On Thursday 01 July 2004 9:24 am, Matthias Troyer wrote:
> diff -u -r1.26 filtered_graph.hpp
> --- boost/graph/filtered_graph.hpp 22 Nov 2003 01:18:37 -0000
> 1.26
> +++ boost/graph/filtered_graph.hpp 1 Jul 2004 14:11:27 -0000
> @@ -208,8 +208,8 @@
>
> > edge_iterator;
>
> typedef typename Traits::edges_size_type edges_size_type;
>
> - typedef typename edge_property_type<Graph>::type
> edge_property_type;
> - typedef typename vertex_property_type<Graph>::type
> vertex_property_type;
> + typedef typename ::boost::edge_property_type<Graph>::type
> edge_property_type;
> + typedef typename ::boost::vertex_property_type<Graph>::type
> vertex_property_type;
> typedef filtered_graph_tag graph_tag;
>
> //private:
>
>
> The original version just gives compiler errors, probably incorrectly
> but it does.
Committed; thanks!
> The second problem is in the configure files. Who is responsible for
> maintaining them? The issue is the following patch I found necessary:
John Maddock is primarily responsible for configuration, but he's on vacation
currently. If nobody objects in the next day or so, let's commit this patch
as well.
Doug