bug report: Missing check for __SUNPRO_CC in list/for_each_i.hpp makes it impossible to build regex under Sun Forte 6u2 Solaris 8, (boost v1.29.0) Here are compilation errors:
% boost_1_29_0/libs/regex/build % gmake -f sunpro.mak | & grep -v Warning CC -c -O2 -I../../../ -mt -o sunpro/libboost_regex/cregex.o ../src/cregex.cpp "../../..//boost/type_traits/add_const.hpp", line 34: Error: BOOST_PP_LIST_FOR_EACH_I_M is not defined. "../../..//boost/type_traits/add_volatile.hpp", line 34: Error: BOOST_PP_LIST_FOR_EACH_I_M is not defined. "../../..//boost/type_traits/add_cv.hpp", line 34: Error: BOOST_PP_LIST_FOR_EACH_I_M is not defined. "../../..//boost/type_traits/is_const.hpp", line 33: Error: BOOST_PP_LIST_FOR_EACH_I_M is not defined. "../../..//boost/type_traits/is_volatile.hpp", line 33: Error: BOOST_PP_LIST_FOR_EACH_I_M is not defined. "../../..//boost/type_traits/remove_const.hpp", line 56: Error: BOOST_PP_LIST_FOR_EACH_I_M is not defined. "../../..//boost/type_traits/remove_volatile.hpp", line 55: Error: BOOST_PP_LIST_FOR_EACH_I_M is not defined. "../../..//boost/type_traits/remove_cv.hpp", line 28: Error: BOOST_PP_LIST_FOR_EACH_I_M is not defined. Jacob Lerner _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost