From: Jens Seidel (jensseidel_at_[hidden])
Date: 2007-12-29 08:25:03


On Sat, Dec 29, 2007 at 11:12:58AM +0000, Richard Webb wrote:
> Felipe Magno de Almeida <felipe.m.almeida <at> gmail.com> writes:
> > I receive compile errors for the lack of the following include in
> > parameter/aux_/arg_list.hpp
> >
> > #include <boost/preprocessor/repetition/enum_binary_params.hpp>
> >
> > The fix:
> >
> > #include <boost/type_traits/is_base_and_derived.hpp>
> > +#include <boost/preprocessor/repetition/enum_binary_params.hpp>
> > #include <boost/preprocessor/repetition/enum_params.hpp>
> >
> > Regards,
>
> f.y.i, i've previously raised a ticket for this and a similar problem in
> preprocessor.hpp - see http://svn.boost.org/trac/boost/ticket/1541 .

Even the patch in 1541 was incomplete. I extented it. Let's see how long
we have to wait until it is fixed ...

Jens