1 | # /* Copyright (C) 2001
|
---|
2 | # * Housemarque Oy
|
---|
3 | # * http://www.housemarque.com
|
---|
4 | # *
|
---|
5 | # * Distributed under the Boost Software License, Version 1.0. (See
|
---|
6 | # * accompanying file LICENSE_1_0.txt or copy at
|
---|
7 | # * http://www.boost.org/LICENSE_1_0.txt)
|
---|
8 | # */
|
---|
9 | #
|
---|
10 | # /* Revised by Paul Mensonides (2002) */
|
---|
11 | #
|
---|
12 | # /* See http://www.boost.org for most recent version. */
|
---|
13 | #
|
---|
14 | # ifndef BOOST_PREPROCESSOR_REPETITION_REPEAT_FROM_TO_HPP
|
---|
15 | # define BOOST_PREPROCESSOR_REPETITION_REPEAT_FROM_TO_HPP
|
---|
16 | #
|
---|
17 | # include <boost/preprocessor/arithmetic/add.hpp>
|
---|
18 | # include <boost/preprocessor/arithmetic/sub.hpp>
|
---|
19 | # include <boost/preprocessor/cat.hpp>
|
---|
20 | # include <boost/preprocessor/config/config.hpp>
|
---|
21 | # include <boost/preprocessor/control/while.hpp>
|
---|
22 | # include <boost/preprocessor/debug/error.hpp>
|
---|
23 | # include <boost/preprocessor/detail/auto_rec.hpp>
|
---|
24 | # include <boost/preprocessor/repetition/repeat.hpp>
|
---|
25 | # include <boost/preprocessor/tuple/elem.hpp>
|
---|
26 | # include <boost/preprocessor/tuple/rem.hpp>
|
---|
27 | #
|
---|
28 | # /* BOOST_PP_REPEAT_FROM_TO */
|
---|
29 | #
|
---|
30 | # if 0
|
---|
31 | # define BOOST_PP_REPEAT_FROM_TO(first, last, macro, data)
|
---|
32 | # endif
|
---|
33 | #
|
---|
34 | # define BOOST_PP_REPEAT_FROM_TO BOOST_PP_CAT(BOOST_PP_REPEAT_FROM_TO_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
|
---|
35 | #
|
---|
36 | # define BOOST_PP_REPEAT_FROM_TO_1(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256), f, l, m, dt)
|
---|
37 | # define BOOST_PP_REPEAT_FROM_TO_2(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256), f, l, m, dt)
|
---|
38 | # define BOOST_PP_REPEAT_FROM_TO_3(f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3(BOOST_PP_AUTO_REC(BOOST_PP_WHILE_P, 256), f, l, m, dt)
|
---|
39 | # define BOOST_PP_REPEAT_FROM_TO_4(f, l, m, dt) BOOST_PP_ERROR(0x0003)
|
---|
40 | #
|
---|
41 | # define BOOST_PP_REPEAT_FROM_TO_1ST BOOST_PP_REPEAT_FROM_TO_1
|
---|
42 | # define BOOST_PP_REPEAT_FROM_TO_2ND BOOST_PP_REPEAT_FROM_TO_2
|
---|
43 | # define BOOST_PP_REPEAT_FROM_TO_3RD BOOST_PP_REPEAT_FROM_TO_3
|
---|
44 | #
|
---|
45 | # /* BOOST_PP_REPEAT_FROM_TO_D */
|
---|
46 | #
|
---|
47 | # if 0
|
---|
48 | # define BOOST_PP_REPEAT_FROM_TO_D(d, first, last, macro, data)
|
---|
49 | # endif
|
---|
50 | #
|
---|
51 | # define BOOST_PP_REPEAT_FROM_TO_D BOOST_PP_CAT(BOOST_PP_REPEAT_FROM_TO_D_, BOOST_PP_AUTO_REC(BOOST_PP_REPEAT_P, 4))
|
---|
52 | #
|
---|
53 | # if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
|
---|
54 | # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt))
|
---|
55 | # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_2(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_2, (d, f, m, dt))
|
---|
56 | # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_3(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_3, (d, f, m, dt))
|
---|
57 | # else
|
---|
58 | # define BOOST_PP_REPEAT_FROM_TO_D_1(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_1_I(d, f, l, m, dt)
|
---|
59 | # define BOOST_PP_REPEAT_FROM_TO_D_2(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_2_I(d, f, l, m, dt)
|
---|
60 | # define BOOST_PP_REPEAT_FROM_TO_D_3(d, f, l, m, dt) BOOST_PP_REPEAT_FROM_TO_D_3_I(d, f, l, m, dt)
|
---|
61 | # define BOOST_PP_REPEAT_FROM_TO_D_1_I(d, f, l, m, dt) BOOST_PP_REPEAT_1(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_1, (d, f, m, dt))
|
---|
62 | # define BOOST_PP_REPEAT_FROM_TO_D_2_I(d, f, l, m, dt) BOOST_PP_REPEAT_2(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_2, (d, f, m, dt))
|
---|
63 | # define BOOST_PP_REPEAT_FROM_TO_D_3_I(d, f, l, m, dt) BOOST_PP_REPEAT_3(BOOST_PP_SUB_D(d, l, f), BOOST_PP_REPEAT_FROM_TO_M_3, (d, f, m, dt))
|
---|
64 | # endif
|
---|
65 | #
|
---|
66 | # if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_STRICT()
|
---|
67 | # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
|
---|
68 | # define BOOST_PP_REPEAT_FROM_TO_M_2(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_2_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
|
---|
69 | # define BOOST_PP_REPEAT_FROM_TO_M_3(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_3_IM(z, n, BOOST_PP_TUPLE_REM_4 dfmd)
|
---|
70 | # define BOOST_PP_REPEAT_FROM_TO_M_1_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, im)
|
---|
71 | # define BOOST_PP_REPEAT_FROM_TO_M_2_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_2_I(z, n, im)
|
---|
72 | # define BOOST_PP_REPEAT_FROM_TO_M_3_IM(z, n, im) BOOST_PP_REPEAT_FROM_TO_M_3_I(z, n, im)
|
---|
73 | # else
|
---|
74 | # define BOOST_PP_REPEAT_FROM_TO_M_1(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, BOOST_PP_TUPLE_ELEM(4, 0, dfmd), BOOST_PP_TUPLE_ELEM(4, 1, dfmd), BOOST_PP_TUPLE_ELEM(4, 2, dfmd), BOOST_PP_TUPLE_ELEM(4, 3, dfmd))
|
---|
75 | # define BOOST_PP_REPEAT_FROM_TO_M_2(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_2_I(z, n, BOOST_PP_TUPLE_ELEM(4, 0, dfmd), BOOST_PP_TUPLE_ELEM(4, 1, dfmd), BOOST_PP_TUPLE_ELEM(4, 2, dfmd), BOOST_PP_TUPLE_ELEM(4, 3, dfmd))
|
---|
76 | # define BOOST_PP_REPEAT_FROM_TO_M_3(z, n, dfmd) BOOST_PP_REPEAT_FROM_TO_M_3_I(z, n, BOOST_PP_TUPLE_ELEM(4, 0, dfmd), BOOST_PP_TUPLE_ELEM(4, 1, dfmd), BOOST_PP_TUPLE_ELEM(4, 2, dfmd), BOOST_PP_TUPLE_ELEM(4, 3, dfmd))
|
---|
77 | # endif
|
---|
78 | #
|
---|
79 | # define BOOST_PP_REPEAT_FROM_TO_M_1_I(z, n, d, f, m, dt) BOOST_PP_REPEAT_FROM_TO_M_1_II(z, BOOST_PP_ADD_D(d, n, f), m, dt)
|
---|
80 | # define BOOST_PP_REPEAT_FROM_TO_M_2_I(z, n, d, f, m, dt) BOOST_PP_REPEAT_FROM_TO_M_2_II(z, BOOST_PP_ADD_D(d, n, f), m, dt)
|
---|
81 | # define BOOST_PP_REPEAT_FROM_TO_M_3_I(z, n, d, f, m, dt) BOOST_PP_REPEAT_FROM_TO_M_3_II(z, BOOST_PP_ADD_D(d, n, f), m, dt)
|
---|
82 | #
|
---|
83 | # define BOOST_PP_REPEAT_FROM_TO_M_1_II(z, n, m, dt) m(z, n, dt)
|
---|
84 | # define BOOST_PP_REPEAT_FROM_TO_M_2_II(z, n, m, dt) m(z, n, dt)
|
---|
85 | # define BOOST_PP_REPEAT_FROM_TO_M_3_II(z, n, m, dt) m(z, n, dt)
|
---|
86 | #
|
---|
87 | # endif
|
---|