Boost logo

Boost :

From: Richard Webb (richard.webb_at_[hidden])
Date: 2007-12-29 06:12:58


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 .

Thanks,
Richard Webb


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