diff --git a/libs/boost/boost/mpl/apply.hpp b/libs/boost/boost/mpl/apply.hpp
index 345344e..d5ed8d7 100644
a
|
b
|
struct apply
|
135 | 135 | |
136 | 136 | ///// iteration, depth == 1 |
137 | 137 | |
138 | | #elif BOOST_PP_ITERATION_DEPTH() == 1 |
| 138 | #elif BOOST_PP_ITERATION_DEPTH == 1 |
139 | 139 | |
140 | 140 | # define i_ BOOST_PP_FRAME_ITERATION(1) |
141 | 141 | |
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 {
|
78 | 78 | |
79 | 79 | ///// iteration, depth == 1 |
80 | 80 | |
81 | | #elif BOOST_PP_ITERATION_DEPTH() == 1 |
| 81 | #elif BOOST_PP_ITERATION_DEPTH == 1 |
82 | 82 | |
83 | 83 | # define i_ BOOST_PP_FRAME_ITERATION(1) |
84 | 84 | |
… |
… |
struct BOOST_PP_CAT(apply_wrap,i_)<AUX778076_APPLY_WRAP_SPEC_PARAMS(i_, int)>
|
170 | 170 | |
171 | 171 | ///// iteration, depth == 2 |
172 | 172 | |
173 | | #elif BOOST_PP_ITERATION_DEPTH() == 2 |
| 173 | #elif BOOST_PP_ITERATION_DEPTH == 2 |
174 | 174 | |
175 | 175 | # define j_ BOOST_PP_FRAME_ITERATION(2) |
176 | 176 | |
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)
|
227 | 227 | |
228 | 228 | ///// iteration, depth == 1 |
229 | 229 | |
230 | | #elif BOOST_PP_ITERATION_DEPTH() == 1 |
| 230 | #elif BOOST_PP_ITERATION_DEPTH == 1 |
231 | 231 | #define i_ BOOST_PP_FRAME_ITERATION(1) |
232 | 232 | |
233 | 233 | #if i_ > 0 |
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)
|
287 | 287 | |
288 | 288 | ///// iteration, depth == 1 |
289 | 289 | |
290 | | #elif BOOST_PP_ITERATION_DEPTH() == 1 |
| 290 | #elif BOOST_PP_ITERATION_DEPTH == 1 |
291 | 291 | |
292 | 292 | # define i_ BOOST_PP_FRAME_ITERATION(1) |
293 | 293 | |
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(
|
361 | 361 | |
362 | 362 | ///// iteration, depth == 1 |
363 | 363 | |
364 | | #elif BOOST_PP_ITERATION_DEPTH() == 1 |
| 364 | #elif BOOST_PP_ITERATION_DEPTH == 1 |
365 | 365 | |
366 | 366 | # define i_ BOOST_PP_FRAME_ITERATION(1) |
367 | 367 | |
… |
… |
struct bind_chooser<i_>
|
528 | 528 | |
529 | 529 | ///// iteration, depth == 2 |
530 | 530 | |
531 | | #elif BOOST_PP_ITERATION_DEPTH() == 2 |
| 531 | #elif BOOST_PP_ITERATION_DEPTH == 2 |
532 | 532 | |
533 | 533 | # define j_ BOOST_PP_FRAME_ITERATION(2) |
534 | 534 | # if !defined(BOOST_MPL_CFG_NO_UNNAMED_PLACEHOLDER_SUPPORT) |