Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 252287 | Differences between
and this patch

Collapse All | Expand All

(-)branches/release/boost/mpl/apply.hpp (-1 / +5 lines)
Lines 136-140 Link Here
136
///// iteration, depth == 1
136
///// iteration, depth == 1
137
137
138
#elif BOOST_PP_ITERATION_DEPTH() == 1
138
// For gcc 4.4 compatibility, we must include the
139
// BOOST_PP_ITERATION_DEPTH test inside an #else clause.
140
#else // BOOST_PP_IS_ITERATING
141
#if BOOST_PP_ITERATION_DEPTH() == 1
139
142
140
#   define i_ BOOST_PP_FRAME_ITERATION(1)
143
#   define i_ BOOST_PP_FRAME_ITERATION(1)
Lines 223-225 Link Here
223
#   undef i_
226
#   undef i_
224
227
228
#endif // BOOST_PP_ITERATION_DEPTH()
225
#endif // BOOST_PP_IS_ITERATING
229
#endif // BOOST_PP_IS_ITERATING
(-)branches/release/boost/mpl/apply_wrap.hpp (-1 / +5 lines)
Lines 79-83 Link Here
79
///// iteration, depth == 1
79
///// iteration, depth == 1
80
80
81
#elif BOOST_PP_ITERATION_DEPTH() == 1
81
// For gcc 4.4 compatibility, we must include the
82
// BOOST_PP_ITERATION_DEPTH test inside an #else clause.
83
#else // BOOST_PP_IS_ITERATING
84
#if BOOST_PP_ITERATION_DEPTH() == 1
82
85
83
#   define i_ BOOST_PP_FRAME_ITERATION(1)
86
#   define i_ BOOST_PP_FRAME_ITERATION(1)
Lines 198-200 Link Here
198
#   undef j_
201
#   undef j_
199
202
203
#endif // BOOST_PP_ITERATION_DEPTH()
200
#endif // BOOST_PP_IS_ITERATING
204
#endif // BOOST_PP_IS_ITERATING
(-)branches/release/boost/mpl/aux_/advance_backward.hpp (-1 / +5 lines)
Lines 80-84 Link Here
80
///// iteration, depth == 1
80
///// iteration, depth == 1
81
81
82
#elif BOOST_PP_ITERATION_DEPTH() == 1
82
// For gcc 4.4 compatibility, we must include the
83
// BOOST_PP_ITERATION_DEPTH test inside an #else clause.
84
#else // BOOST_PP_IS_ITERATING
85
#if BOOST_PP_ITERATION_DEPTH() == 1
83
#define i_ BOOST_PP_FRAME_ITERATION(1)
86
#define i_ BOOST_PP_FRAME_ITERATION(1)
84
87
Lines 122-124 Link Here
122
#   undef AUX778076_ITER_0
125
#   undef AUX778076_ITER_0
123
126
127
#endif // BOOST_PP_ITERATION_DEPTH()
124
#endif // BOOST_PP_IS_ITERATING
128
#endif // BOOST_PP_IS_ITERATING
(-)branches/release/boost/mpl/aux_/advance_forward.hpp (-1 / +5 lines)
Lines 80-84 Link Here
80
///// iteration, depth == 1
80
///// iteration, depth == 1
81
81
82
#elif BOOST_PP_ITERATION_DEPTH() == 1
82
// For gcc 4.4 compatibility, we must include the
83
// BOOST_PP_ITERATION_DEPTH test inside an #else clause.
84
#else // BOOST_PP_IS_ITERATING
85
#if BOOST_PP_ITERATION_DEPTH() == 1
83
#define i_ BOOST_PP_FRAME_ITERATION(1)
86
#define i_ BOOST_PP_FRAME_ITERATION(1)
84
87
Lines 121-123 Link Here
121
#   undef AUX778076_ITER_0
124
#   undef AUX778076_ITER_0
122
125
126
#endif // BOOST_PP_ITERATION_DEPTH()
123
#endif // BOOST_PP_IS_ITERATING
127
#endif // BOOST_PP_IS_ITERATING
(-)branches/release/boost/mpl/aux_/full_lambda.hpp (-1 / +5 lines)
Lines 228-232 Link Here
228
///// iteration, depth == 1
228
///// iteration, depth == 1
229
229
230
#elif BOOST_PP_ITERATION_DEPTH() == 1
230
// For gcc 4.4 compatibility, we must include the
231
// BOOST_PP_ITERATION_DEPTH test inside an #else clause.
232
#else // BOOST_PP_IS_ITERATING
233
#if BOOST_PP_ITERATION_DEPTH() == 1
231
#define i_ BOOST_PP_FRAME_ITERATION(1)
234
#define i_ BOOST_PP_FRAME_ITERATION(1)
232
235
Lines 348-350 Link Here
348
351
349
#undef i_
352
#undef i_
353
#endif // BOOST_PP_ITERATION_DEPTH()
350
#endif // BOOST_PP_IS_ITERATING
354
#endif // BOOST_PP_IS_ITERATING
(-)branches/release/boost/mpl/aux_/numeric_op.hpp (-1 / +5 lines)
Lines 288-292 Link Here
288
///// iteration, depth == 1
288
///// iteration, depth == 1
289
289
290
#elif BOOST_PP_ITERATION_DEPTH() == 1
290
// For gcc 4.4 compatibility, we must include the
291
// BOOST_PP_ITERATION_DEPTH test inside an #else clause.
292
#else // BOOST_PP_IS_ITERATING
293
#if BOOST_PP_ITERATION_DEPTH() == 1
291
294
292
#   define i_ BOOST_PP_FRAME_ITERATION(1)
295
#   define i_ BOOST_PP_FRAME_ITERATION(1)
Lines 309-311 Link Here
309
#   undef i_
312
#   undef i_
310
313
314
#endif // BOOST_PP_ITERATION_DEPTH()
311
#endif // BOOST_PP_IS_ITERATING
315
#endif // BOOST_PP_IS_ITERATING
(-)branches/release/boost/mpl/bind.hpp (-1 / +5 lines)
Lines 362-366 Link Here
362
///// iteration, depth == 1
362
///// iteration, depth == 1
363
363
364
#elif BOOST_PP_ITERATION_DEPTH() == 1
364
// For gcc 4.4 compatibility, we must include the
365
// BOOST_PP_ITERATION_DEPTH test inside an #else clause.
366
#else // BOOST_PP_IS_ITERATING
367
#if BOOST_PP_ITERATION_DEPTH() == 1
365
368
366
#   define i_ BOOST_PP_FRAME_ITERATION(1)
369
#   define i_ BOOST_PP_FRAME_ITERATION(1)
Lines 545-547 Link Here
545
#   undef j_
548
#   undef j_
546
549
550
#endif // BOOST_PP_ITERATION_DEPTH()
547
#endif // BOOST_PP_IS_ITERATING
551
#endif // BOOST_PP_IS_ITERATING
(-)branches/release/boost/mpl/unpack_args.hpp (-1 / +5 lines)
Lines 112-116 Link Here
112
///// iteration, depth == 1
112
///// iteration, depth == 1
113
113
114
#elif BOOST_PP_ITERATION_DEPTH() == 1
114
// For gcc 4.4 compatibility, we must include the
115
// BOOST_PP_ITERATION_DEPTH test inside an #else clause.
116
#else // BOOST_PP_IS_ITERATING
117
#if BOOST_PP_ITERATION_DEPTH() == 1
115
118
116
#   define i_ BOOST_PP_FRAME_ITERATION(1)
119
#   define i_ BOOST_PP_FRAME_ITERATION(1)
Lines 144-146 Link Here
144
#   undef i_
147
#   undef i_
145
148
149
#endif // BOOST_PP_ITERATION_DEPTH()
146
#endif // BOOST_PP_IS_ITERATING
150
#endif // BOOST_PP_IS_ITERATING

Return to bug 252287