Subject: Re: [boost] tie alternative?
From: David Walthall (walthall_at_[hidden])
Date: 2008-10-28 13:22:55


David Abrahams wrote:
> for (vertex_iterator pv,ve = xxx(pv,vertices(g)); pv != ve; ++pv)
> {
> ...
> }
>
> My only problem is how to spell xxx.

What about something like uncurry or unclosure? They seem vaguely
related, although not quite right.

David