
22 Dec
22 Dec
2:25 p.m.
Please post in plain text in the future. HTML-formatted messages are hard to read in some e-mail readers. On Dec 22, 2004, at 5:35 AM, Matthias Linkenheil wrote:
Probably okay so far...
positive_edge_capacity<cap> filter(get(edge_capacity, g)); filtered_graph
fg(g, filter);
I'm assuming you get an error here? That's because "cap" is an object,
not a type, so you can't use it in a template. You'll need to get the
type of it first:
typedef property_map
7418
Age (days ago)
7418
Last active (days ago)
1 comments
2 participants
participants (2)
-
Douglas Gregor
-
Matthias Linkenheil