Boost logo

Boost :

From: Hugo Duncan (hugoduncan_at_[hidden])
Date: 2003-01-24 10:53:32


On Fri, 24 Jan 2003 09:17:00 -0600, Aleksey Gurtovoy <agurtovoy_at_[hidden]> wrote:
> I don't have access to 5.6.1, so I would need some cooperation to fix it.

5.6.1 is 5.6 with patch 2 applied. I *think* this is the same as kylix compiler,
though I haven't run the latter.

> Off the top of my head, can you please check if changing the offending line
> from
>
> static int const value = F::arity;
>
> to
> enum { value = F::arity };
>
> helps at all?

Making this change allows test/for_each.cpp to run correctly

Hugo


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