$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: David A. Greene (greened_at_[hidden])
Date: 2007-08-31 15:29:46
On Friday 31 August 2007 07:14, Line B. Reinhardt wrote:
> typedef typename
> boost::graph_traits<my_graph_type>::edge_descriptor_type edge;
>
> I did not know that there was anything called an edge_descriptor_type ??
Oops, it was a typo on my part. Cut-n-paste isn't working ATM so I had to
improvise. I do use edge_descriptor.
I'm building gcc 4.2.1 at the moment to see if that helps.
-Dave