Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2004-06-08 04:32:52


Aleksey Gurtovoy wrote:

> Joaquín Mª López Muñoz writes:
>
>>Regression tests show the following at different locations:
>>
>>"/home/tk/boost_regression/boost/boost/mpl/iter_fold_if.hpp", line
>>104.11:
>>1540-0038 (S) The name "typename result_::state" is not a type.
>>
>>I don't know how easy to fix this can be (for those who know the
>>internals of MPL). Currently, the problem breaks uBLAS and
>>multi_index.
>
>
> Just a guess: you can try to add the compiler to BOOST_WORKAROUND
> #ifdef's already present in lines 82 and 95.

I did add to lines 82 and 95:

#if !BOOST_WORKAROUND(...) && !BOOST_WORKAROUND(__IBMCPP__,
BOOST_TESTED_AT(600)).

This makes the problem reported above disappear ;-). However we
encounter a lot of other problems. I will quickly look into them and
report back from the moment I have some more info for you guys.

Thanks for the cooperation.

toon


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