Ticket #2069: boost_mpl_gcc-4_4.patch

File boost_mpl_gcc-4_4.patch, 2.5 KB (added by tim blechmann <tim@…>, 14 years ago)
  • libs/boost/boost/mpl/apply.hpp

    diff --git a/libs/boost/boost/mpl/apply.hpp b/libs/boost/boost/mpl/apply.hpp
    index 345344e..d5ed8d7 100644
    a b struct apply  
    135135
    136136///// iteration, depth == 1
    137137
    138 #elif BOOST_PP_ITERATION_DEPTH() == 1
     138#elif BOOST_PP_ITERATION_DEPTH == 1
    139139
    140140#   define i_ BOOST_PP_FRAME_ITERATION(1)
    141141
  • libs/boost/boost/mpl/apply_wrap.hpp

    diff --git a/libs/boost/boost/mpl/apply_wrap.hpp b/libs/boost/boost/mpl/apply_wrap.hpp
    index 355a8f1..d122127 100644
    a b namespace boost { namespace mpl {  
    7878
    7979///// iteration, depth == 1
    8080
    81 #elif BOOST_PP_ITERATION_DEPTH() == 1
     81#elif BOOST_PP_ITERATION_DEPTH == 1
    8282
    8383#   define i_ BOOST_PP_FRAME_ITERATION(1)
    8484
    struct BOOST_PP_CAT(apply_wrap,i_)<AUX778076_APPLY_WRAP_SPEC_PARAMS(i_, int)>  
    170170
    171171///// iteration, depth == 2
    172172
    173 #elif BOOST_PP_ITERATION_DEPTH() == 2
     173#elif BOOST_PP_ITERATION_DEPTH == 2
    174174
    175175#   define j_ BOOST_PP_FRAME_ITERATION(2)
    176176
  • libs/boost/boost/mpl/aux_/full_lambda.hpp

    diff --git a/libs/boost/boost/mpl/aux_/full_lambda.hpp b/libs/boost/boost/mpl/aux_/full_lambda.hpp
    index 745e6cd..f797c7e 100644
    a b BOOST_MPL_AUX_NA_SPEC2(2, 3, lambda)  
    227227
    228228///// iteration, depth == 1
    229229
    230 #elif BOOST_PP_ITERATION_DEPTH() == 1
     230#elif BOOST_PP_ITERATION_DEPTH == 1
    231231#define i_ BOOST_PP_FRAME_ITERATION(1)
    232232
    233233#if i_ > 0
  • libs/boost/boost/mpl/aux_/numeric_op.hpp

    diff --git a/libs/boost/boost/mpl/aux_/numeric_op.hpp b/libs/boost/boost/mpl/aux_/numeric_op.hpp
    index ff76a09..de74f63 100644
    a b BOOST_MPL_AUX_NA_SPEC2(2, AUX778076_OP_ARITY, AUX778076_OP_NAME)  
    287287
    288288///// iteration, depth == 1
    289289
    290 #elif BOOST_PP_ITERATION_DEPTH() == 1
     290#elif BOOST_PP_ITERATION_DEPTH == 1
    291291
    292292#   define i_ BOOST_PP_FRAME_ITERATION(1)
    293293
  • libs/boost/boost/mpl/bind.hpp

    diff --git a/libs/boost/boost/mpl/bind.hpp b/libs/boost/boost/mpl/bind.hpp
    index 6e396b6..e364c0f 100644
    a b BOOST_MPL_AUX_TEMPLATE_ARITY_SPEC(  
    361361
    362362///// iteration, depth == 1
    363363
    364 #elif BOOST_PP_ITERATION_DEPTH() == 1
     364#elif BOOST_PP_ITERATION_DEPTH == 1
    365365
    366366#   define i_ BOOST_PP_FRAME_ITERATION(1)
    367367
    struct bind_chooser<i_>  
    528528
    529529///// iteration, depth == 2
    530530
    531 #elif BOOST_PP_ITERATION_DEPTH() == 2
     531#elif BOOST_PP_ITERATION_DEPTH == 2
    532532
    533533#   define j_ BOOST_PP_FRAME_ITERATION(2)
    534534#   if !defined(BOOST_MPL_CFG_NO_UNNAMED_PLACEHOLDER_SUPPORT)