Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2003-01-24 11:44:58


Hugo Duncan wrote:
> 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.

Yeah, only the patch cannot be applied to an evaluation version of the
compiler (on Windows, anyway).

> > 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

Good, thank you. Fixed in the CVS now - please check if it works and report
back.

Aleksey


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