Boost logo

Boost :

Subject: Re: [boost] [BGL] BGL named parameters - how to proceed?
From: Jeremiah Willcock (jewillco_at_[hidden])
Date: 2010-07-02 17:38:14


On Fri, 2 Jul 2010, Daniel Trebbien wrote:

> On 2010-07-01, Daniel Trebbien <dtrebbien_at_[hidden]> wrote:
>> How do I proceed in adding support for BGL named parameters
>
> I think that I am starting to figure it out. I'll play around further
> and ask more specific questions if I get stuck.

Sorry I didn't reply to you yesterday. I am willing to answer any
questions. You might want to look at newer parts of BGL to see good
examples of named parameters. Something like
<boost/graph/gursoy_atun_layout.hpp> (look at the end of the file) has a
simple example of named parameters. Note that you should try to avoid
creating new parameter names since those have to be in BGL itself. If you
need one, though, I can add it for you relatively easily.

-- Jeremiah Willcock


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