$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Boost-users] [BGL] StoerâWagner min-cut algorithm
From: Daniel Trebbien (dtrebbien_at_[hidden])
Date: 2010-06-24 11:20:56
> - 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?