Problem with mpl::iter_fold_if.hpp in vacpp 6.0

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. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

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. -- Aleksey Gurtovoy MetaCommunications Engineering

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

Hi Toon Toon Knapen ha escrito:
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.
Web regression outputs are not updated. Are they available somewhere? Joaquín
Thanks for the cooperation.
toon
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Joaquín Mª López Muñoz wrote:
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.
Web regression outputs are not updated. Are they available somewhere?
No not yet, check back in 1 hour please.
participants (3)
-
Aleksey Gurtovoy
-
Joaquín Mª López Muñoz
-
Toon Knapen