Boost logo

Boost :

From: Doug Gregor (dgregor_at_[hidden])
Date: 2004-09-14 14:31:11


On Sep 14, 2004, at 2:22 PM, Andreas Fabri wrote:
> Developping code so that BGL algorithms can run on the vertices and
> edges of CGAL triangulations, I am wondering if there are rules or
> recommendations for in which namespace the functions source, target,
> vertices, out_edges ... shall go.
>
> In boost, because it is boostish code, or in CGAL, because that is the
> namespace where the triangulation lives in?

The LEDA adaptors are all in namespace boost. At least in namespace
"boost" you know the names won't clash, and they'll still be found by
BGL algorithms even when the compiler doesn't support
argument-dependent lookup.

        Doug


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk