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

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
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to