Re: [parameter][accumulators] VC 8/9 regression test failures
Richard Webb <richard.webb <at> boldonjames.com> writes:
>
> The trunk regression tests are showing a large number of failures for Parameter
> and Serialization (and several other libraries that use them).
> These seem to have appeared as a result of some recent type_traits changes.
>
> -parameter-
> The parameter tests are failing with:
>
> ..\boost/parameter/aux_/tagged_argument.hpp(173) : error C2504: 'is_convertible'
> : base class undefined
>
> This can be fixed by adding
> # include <boost/type_traits/is_convertible.hpp>
> to tagged_argument.hpp
>
Anyone care to take a look at this?
The problem is causing most of the parameter\accumulator tests to fail on VC8/9,
and by the looks of it GCC 4.3 as well.
Thanks,
Richard Webb