Boost logo

Boost :

Subject: Re: [boost] [Phoenix V3] for_each name conflict
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-02-27 12:35:55


On 27/02/2011 16:29, Mathieu - wrote:

> The mpl code does an unqualified call to for_each here :
>
> void for_each(F f, Sequence* = 0)
> {
> for_each<Sequence, identity<> >(f); // this is line 111
> }

Bug is in MPL then.


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