
24 Jun
2010
24 Jun
'10
3:20 p.m.
- Operations on graphs and property maps (but not on tuples) need to use unqualified names (such as "get" and "target") in order for ADL to work on user-defined graph types that are not in the boost namespace.
Do `graph_traits`, `property_traits`, `vertices`, `num_vertices`, `add_vertex`, `add_edge`, and `out_edges` also need qualification?