$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: James Sutherland (James.Sutherland_at_[hidden])
Date: 2008-05-01 12:29:18
Can you do something like
typedef boost::graph_traits<Graph>::edge_descriptor Edge;
Edge e;
....
std::set<Edge> edges;
edgeSet.insert( e );
I am getting compiler errors that imply that the edge_descriptor does
not implement the < operator.
Thanks,
James