On Fri, 24 Jan 2003 09:17:00 -0600, Aleksey Gurtovoy <[EMAIL PROTECTED]> 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



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to