Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:49:12

0001 # /* Copyright (C) 2001
0002 #  * Housemarque Oy
0003 #  * http://www.housemarque.com
0004 #  *
0005 #  * Distributed under the Boost Software License, Version 1.0. (See
0006 #  * accompanying file LICENSE_1_0.txt or copy at
0007 #  * http://www.boost.org/LICENSE_1_0.txt)
0008 #  */
0009 #
0010 # /* Revised by Paul Mensonides (2002) */
0011 # /* Revised by Edward Diener (2020) */
0012 #
0013 # /* See http://www.boost.org for most recent version. */
0014 #
0015 # ifndef BOOST_PREPROCESSOR_REPETITION_FOR_HPP
0016 # define BOOST_PREPROCESSOR_REPETITION_FOR_HPP
0017 #
0018 # include <boost/preprocessor/config/config.hpp>
0019 #
0020 # if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_STRICT()
0021 #
0022 # include <boost/preprocessor/cat.hpp>
0023 # include <boost/preprocessor/debug/error.hpp>
0024 # include <boost/preprocessor/facilities/empty.hpp>
0025 # include <boost/preprocessor/logical/bool.hpp>
0026 # include <boost/preprocessor/detail/auto_rec.hpp>
0027 #
0028 # /* BOOST_PP_FOR */
0029 #
0030 # if 0
0031 #    define BOOST_PP_FOR(state, pred, op, macro)
0032 # endif
0033 #
0034 # define BOOST_PP_FOR BOOST_PP_CAT(BOOST_PP_FOR_, BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 256))
0035 #
0036 # define BOOST_PP_FOR_P(n) BOOST_PP_CAT(BOOST_PP_FOR_CHECK_, BOOST_PP_FOR_ ## n(1, BOOST_PP_FOR_SR_P, BOOST_PP_FOR_SR_O, BOOST_PP_FOR_SR_M))
0037 #
0038 # define BOOST_PP_FOR_SR_P(r, s) s
0039 # define BOOST_PP_FOR_SR_O(r, s) 0
0040 # define BOOST_PP_FOR_SR_M(r, s) BOOST_PP_NIL
0041 #
0042 # if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
0043 #    include <boost/preprocessor/repetition/detail/edg/for.hpp>
0044 # elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
0045 #    include <boost/preprocessor/repetition/detail/msvc/for.hpp>
0046 # elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_DMC()
0047 #    include <boost/preprocessor/repetition/detail/dmc/for.hpp>
0048 # else
0049 #    include <boost/preprocessor/repetition/detail/for.hpp>
0050 # endif
0051 #
0052 # if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_DMC()
0053 # define BOOST_PP_FOR_257_PR(s, p) BOOST_PP_BOOL(p##(257, s))
0054 # else
0055 # define BOOST_PP_FOR_257_PR(s, p) BOOST_PP_BOOL(p(257, s))
0056 # endif
0057 
0058 # define BOOST_PP_FOR_257_ERROR() BOOST_PP_ERROR(0x0002)
0059 # define BOOST_PP_FOR_257(s, p, o, m) \
0060     BOOST_PP_IIF \
0061         ( \
0062         BOOST_PP_FOR_257_PR(s,p), \
0063         BOOST_PP_FOR_257_ERROR, \
0064         BOOST_PP_EMPTY \
0065         ) \
0066     () \
0067 /**/
0068 // # define BOOST_PP_FOR_257(s, p, o, m) BOOST_PP_ERROR(0x0002)
0069 #
0070 # define BOOST_PP_FOR_CHECK_BOOST_PP_NIL 1
0071 #
0072 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_1(s, p, o, m) 0
0073 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_2(s, p, o, m) 0
0074 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_3(s, p, o, m) 0
0075 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_4(s, p, o, m) 0
0076 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_5(s, p, o, m) 0
0077 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_6(s, p, o, m) 0
0078 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_7(s, p, o, m) 0
0079 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_8(s, p, o, m) 0
0080 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_9(s, p, o, m) 0
0081 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_10(s, p, o, m) 0
0082 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_11(s, p, o, m) 0
0083 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_12(s, p, o, m) 0
0084 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_13(s, p, o, m) 0
0085 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_14(s, p, o, m) 0
0086 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_15(s, p, o, m) 0
0087 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_16(s, p, o, m) 0
0088 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_17(s, p, o, m) 0
0089 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_18(s, p, o, m) 0
0090 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_19(s, p, o, m) 0
0091 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_20(s, p, o, m) 0
0092 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_21(s, p, o, m) 0
0093 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_22(s, p, o, m) 0
0094 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_23(s, p, o, m) 0
0095 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_24(s, p, o, m) 0
0096 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_25(s, p, o, m) 0
0097 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_26(s, p, o, m) 0
0098 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_27(s, p, o, m) 0
0099 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_28(s, p, o, m) 0
0100 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_29(s, p, o, m) 0
0101 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_30(s, p, o, m) 0
0102 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_31(s, p, o, m) 0
0103 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_32(s, p, o, m) 0
0104 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_33(s, p, o, m) 0
0105 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_34(s, p, o, m) 0
0106 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_35(s, p, o, m) 0
0107 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_36(s, p, o, m) 0
0108 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_37(s, p, o, m) 0
0109 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_38(s, p, o, m) 0
0110 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_39(s, p, o, m) 0
0111 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_40(s, p, o, m) 0
0112 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_41(s, p, o, m) 0
0113 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_42(s, p, o, m) 0
0114 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_43(s, p, o, m) 0
0115 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_44(s, p, o, m) 0
0116 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_45(s, p, o, m) 0
0117 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_46(s, p, o, m) 0
0118 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_47(s, p, o, m) 0
0119 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_48(s, p, o, m) 0
0120 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_49(s, p, o, m) 0
0121 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_50(s, p, o, m) 0
0122 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_51(s, p, o, m) 0
0123 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_52(s, p, o, m) 0
0124 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_53(s, p, o, m) 0
0125 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_54(s, p, o, m) 0
0126 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_55(s, p, o, m) 0
0127 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_56(s, p, o, m) 0
0128 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_57(s, p, o, m) 0
0129 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_58(s, p, o, m) 0
0130 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_59(s, p, o, m) 0
0131 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_60(s, p, o, m) 0
0132 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_61(s, p, o, m) 0
0133 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_62(s, p, o, m) 0
0134 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_63(s, p, o, m) 0
0135 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_64(s, p, o, m) 0
0136 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_65(s, p, o, m) 0
0137 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_66(s, p, o, m) 0
0138 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_67(s, p, o, m) 0
0139 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_68(s, p, o, m) 0
0140 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_69(s, p, o, m) 0
0141 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_70(s, p, o, m) 0
0142 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_71(s, p, o, m) 0
0143 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_72(s, p, o, m) 0
0144 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_73(s, p, o, m) 0
0145 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_74(s, p, o, m) 0
0146 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_75(s, p, o, m) 0
0147 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_76(s, p, o, m) 0
0148 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_77(s, p, o, m) 0
0149 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_78(s, p, o, m) 0
0150 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_79(s, p, o, m) 0
0151 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_80(s, p, o, m) 0
0152 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_81(s, p, o, m) 0
0153 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_82(s, p, o, m) 0
0154 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_83(s, p, o, m) 0
0155 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_84(s, p, o, m) 0
0156 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_85(s, p, o, m) 0
0157 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_86(s, p, o, m) 0
0158 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_87(s, p, o, m) 0
0159 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_88(s, p, o, m) 0
0160 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_89(s, p, o, m) 0
0161 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_90(s, p, o, m) 0
0162 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_91(s, p, o, m) 0
0163 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_92(s, p, o, m) 0
0164 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_93(s, p, o, m) 0
0165 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_94(s, p, o, m) 0
0166 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_95(s, p, o, m) 0
0167 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_96(s, p, o, m) 0
0168 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_97(s, p, o, m) 0
0169 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_98(s, p, o, m) 0
0170 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_99(s, p, o, m) 0
0171 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_100(s, p, o, m) 0
0172 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_101(s, p, o, m) 0
0173 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_102(s, p, o, m) 0
0174 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_103(s, p, o, m) 0
0175 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_104(s, p, o, m) 0
0176 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_105(s, p, o, m) 0
0177 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_106(s, p, o, m) 0
0178 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_107(s, p, o, m) 0
0179 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_108(s, p, o, m) 0
0180 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_109(s, p, o, m) 0
0181 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_110(s, p, o, m) 0
0182 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_111(s, p, o, m) 0
0183 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_112(s, p, o, m) 0
0184 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_113(s, p, o, m) 0
0185 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_114(s, p, o, m) 0
0186 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_115(s, p, o, m) 0
0187 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_116(s, p, o, m) 0
0188 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_117(s, p, o, m) 0
0189 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_118(s, p, o, m) 0
0190 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_119(s, p, o, m) 0
0191 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_120(s, p, o, m) 0
0192 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_121(s, p, o, m) 0
0193 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_122(s, p, o, m) 0
0194 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_123(s, p, o, m) 0
0195 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_124(s, p, o, m) 0
0196 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_125(s, p, o, m) 0
0197 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_126(s, p, o, m) 0
0198 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_127(s, p, o, m) 0
0199 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_128(s, p, o, m) 0
0200 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_129(s, p, o, m) 0
0201 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_130(s, p, o, m) 0
0202 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_131(s, p, o, m) 0
0203 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_132(s, p, o, m) 0
0204 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_133(s, p, o, m) 0
0205 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_134(s, p, o, m) 0
0206 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_135(s, p, o, m) 0
0207 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_136(s, p, o, m) 0
0208 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_137(s, p, o, m) 0
0209 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_138(s, p, o, m) 0
0210 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_139(s, p, o, m) 0
0211 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_140(s, p, o, m) 0
0212 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_141(s, p, o, m) 0
0213 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_142(s, p, o, m) 0
0214 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_143(s, p, o, m) 0
0215 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_144(s, p, o, m) 0
0216 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_145(s, p, o, m) 0
0217 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_146(s, p, o, m) 0
0218 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_147(s, p, o, m) 0
0219 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_148(s, p, o, m) 0
0220 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_149(s, p, o, m) 0
0221 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_150(s, p, o, m) 0
0222 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_151(s, p, o, m) 0
0223 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_152(s, p, o, m) 0
0224 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_153(s, p, o, m) 0
0225 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_154(s, p, o, m) 0
0226 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_155(s, p, o, m) 0
0227 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_156(s, p, o, m) 0
0228 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_157(s, p, o, m) 0
0229 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_158(s, p, o, m) 0
0230 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_159(s, p, o, m) 0
0231 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_160(s, p, o, m) 0
0232 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_161(s, p, o, m) 0
0233 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_162(s, p, o, m) 0
0234 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_163(s, p, o, m) 0
0235 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_164(s, p, o, m) 0
0236 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_165(s, p, o, m) 0
0237 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_166(s, p, o, m) 0
0238 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_167(s, p, o, m) 0
0239 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_168(s, p, o, m) 0
0240 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_169(s, p, o, m) 0
0241 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_170(s, p, o, m) 0
0242 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_171(s, p, o, m) 0
0243 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_172(s, p, o, m) 0
0244 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_173(s, p, o, m) 0
0245 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_174(s, p, o, m) 0
0246 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_175(s, p, o, m) 0
0247 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_176(s, p, o, m) 0
0248 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_177(s, p, o, m) 0
0249 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_178(s, p, o, m) 0
0250 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_179(s, p, o, m) 0
0251 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_180(s, p, o, m) 0
0252 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_181(s, p, o, m) 0
0253 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_182(s, p, o, m) 0
0254 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_183(s, p, o, m) 0
0255 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_184(s, p, o, m) 0
0256 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_185(s, p, o, m) 0
0257 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_186(s, p, o, m) 0
0258 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_187(s, p, o, m) 0
0259 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_188(s, p, o, m) 0
0260 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_189(s, p, o, m) 0
0261 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_190(s, p, o, m) 0
0262 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_191(s, p, o, m) 0
0263 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_192(s, p, o, m) 0
0264 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_193(s, p, o, m) 0
0265 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_194(s, p, o, m) 0
0266 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_195(s, p, o, m) 0
0267 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_196(s, p, o, m) 0
0268 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_197(s, p, o, m) 0
0269 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_198(s, p, o, m) 0
0270 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_199(s, p, o, m) 0
0271 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_200(s, p, o, m) 0
0272 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_201(s, p, o, m) 0
0273 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_202(s, p, o, m) 0
0274 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_203(s, p, o, m) 0
0275 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_204(s, p, o, m) 0
0276 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_205(s, p, o, m) 0
0277 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_206(s, p, o, m) 0
0278 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_207(s, p, o, m) 0
0279 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_208(s, p, o, m) 0
0280 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_209(s, p, o, m) 0
0281 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_210(s, p, o, m) 0
0282 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_211(s, p, o, m) 0
0283 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_212(s, p, o, m) 0
0284 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_213(s, p, o, m) 0
0285 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_214(s, p, o, m) 0
0286 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_215(s, p, o, m) 0
0287 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_216(s, p, o, m) 0
0288 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_217(s, p, o, m) 0
0289 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_218(s, p, o, m) 0
0290 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_219(s, p, o, m) 0
0291 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_220(s, p, o, m) 0
0292 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_221(s, p, o, m) 0
0293 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_222(s, p, o, m) 0
0294 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_223(s, p, o, m) 0
0295 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_224(s, p, o, m) 0
0296 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_225(s, p, o, m) 0
0297 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_226(s, p, o, m) 0
0298 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_227(s, p, o, m) 0
0299 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_228(s, p, o, m) 0
0300 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_229(s, p, o, m) 0
0301 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_230(s, p, o, m) 0
0302 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_231(s, p, o, m) 0
0303 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_232(s, p, o, m) 0
0304 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_233(s, p, o, m) 0
0305 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_234(s, p, o, m) 0
0306 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_235(s, p, o, m) 0
0307 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_236(s, p, o, m) 0
0308 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_237(s, p, o, m) 0
0309 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_238(s, p, o, m) 0
0310 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_239(s, p, o, m) 0
0311 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_240(s, p, o, m) 0
0312 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_241(s, p, o, m) 0
0313 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_242(s, p, o, m) 0
0314 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_243(s, p, o, m) 0
0315 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_244(s, p, o, m) 0
0316 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_245(s, p, o, m) 0
0317 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_246(s, p, o, m) 0
0318 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_247(s, p, o, m) 0
0319 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_248(s, p, o, m) 0
0320 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_249(s, p, o, m) 0
0321 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_250(s, p, o, m) 0
0322 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_251(s, p, o, m) 0
0323 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_252(s, p, o, m) 0
0324 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_253(s, p, o, m) 0
0325 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_254(s, p, o, m) 0
0326 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_255(s, p, o, m) 0
0327 # define BOOST_PP_FOR_CHECK_BOOST_PP_FOR_256(s, p, o, m) 0
0328 #
0329 # else
0330 #
0331 # include <boost/preprocessor/arithmetic/dec.hpp>
0332 # include <boost/preprocessor/cat.hpp>
0333 # include <boost/preprocessor/debug/error.hpp>
0334 # include <boost/preprocessor/facilities/empty.hpp>
0335 # include <boost/preprocessor/logical/bool.hpp>
0336 # include <boost/preprocessor/detail/auto_rec.hpp>
0337 # include <boost/preprocessor/config/limits.hpp>
0338 #
0339 # /* BOOST_PP_FOR */
0340 #
0341 # if 0
0342 #    define BOOST_PP_FOR(state, pred, op, macro)
0343 # endif
0344 #
0345 # if BOOST_PP_LIMIT_FOR == 256
0346 # define BOOST_PP_FOR BOOST_PP_CAT(BOOST_PP_FOR_, BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 256)))
0347 # elif BOOST_PP_LIMIT_FOR == 512
0348 # define BOOST_PP_FOR BOOST_PP_CAT(BOOST_PP_FOR_, BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 512)))
0349 # elif BOOST_PP_LIMIT_FOR == 1024
0350 # define BOOST_PP_FOR BOOST_PP_CAT(BOOST_PP_FOR_, BOOST_PP_DEC(BOOST_PP_AUTO_REC(BOOST_PP_FOR_P, 1024)))
0351 # else
0352 # error Incorrect value for the BOOST_PP_LIMIT_FOR limit
0353 # endif
0354 #
0355 # define BOOST_PP_FOR_P(n) BOOST_PP_FOR_P_DEC(BOOST_PP_DEC(n))
0356 # define BOOST_PP_FOR_P_DEC(n) BOOST_PP_CAT(BOOST_PP_FOR_CHECK_, BOOST_PP_CAT(BOOST_PP_FOR_ , n)(1, BOOST_PP_FOR_SR_P, BOOST_PP_FOR_SR_O, BOOST_PP_FOR_SR_M))
0357 #
0358 # define BOOST_PP_FOR_SR_P(r, s) s
0359 # define BOOST_PP_FOR_SR_O(r, s) 0
0360 # define BOOST_PP_FOR_SR_M(r, s) BOOST_PP_NIL
0361 #
0362 # if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
0363 #    include <boost/preprocessor/repetition/detail/edg/for.hpp>
0364 # elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_MSVC()
0365 #    include <boost/preprocessor/repetition/detail/msvc/for.hpp>
0366 # elif BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_DMC()
0367 #    include <boost/preprocessor/repetition/detail/dmc/for.hpp>
0368 # else
0369 #    include <boost/preprocessor/repetition/detail/for.hpp>
0370 # endif
0371 #
0372 # if BOOST_PP_LIMIT_FOR == 256
0373 #
0374 # if BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_DMC()
0375 # define BOOST_PP_FOR_257_PR(s, p) BOOST_PP_BOOL(p##(257, s))
0376 # else
0377 # define BOOST_PP_FOR_257_PR(s, p) BOOST_PP_BOOL(p(257, s))
0378 # endif
0379 
0380 # define BOOST_PP_FOR_257_ERROR() BOOST_PP_ERROR(0x0002)
0381 # define BOOST_PP_FOR_257(s, p, o, m) \
0382     BOOST_PP_IIF \
0383         ( \
0384         BOOST_PP_FOR_257_PR(s,p), \
0385         BOOST_PP_FOR_257_ERROR, \
0386         BOOST_PP_EMPTY \
0387         ) \
0388     () \
0389 /**/
0390 #
0391 # elif BOOST_PP_LIMIT_FOR == 512
0392 #
0393 # define BOOST_PP_FOR_513_PR(s, p) BOOST_PP_BOOL(p(513, s))
0394 
0395 # define BOOST_PP_FOR_513_ERROR() BOOST_PP_ERROR(0x0002)
0396 # define BOOST_PP_FOR_513(s, p, o, m) \
0397     BOOST_PP_IIF \
0398         ( \
0399         BOOST_PP_FOR_513_PR(s,p), \
0400         BOOST_PP_FOR_513_ERROR, \
0401         BOOST_PP_EMPTY \
0402         ) \
0403     () \
0404 /**/
0405 #
0406 # elif BOOST_PP_LIMIT_FOR == 1024
0407 #
0408 # define BOOST_PP_FOR_1025_PR(s, p) BOOST_PP_BOOL(p(1025, s))
0409 
0410 # define BOOST_PP_FOR_1025_ERROR() BOOST_PP_ERROR(0x0002)
0411 # define BOOST_PP_FOR_1025(s, p, o, m) \
0412     BOOST_PP_IIF \
0413         ( \
0414         BOOST_PP_FOR_1025_PR(s,p), \
0415         BOOST_PP_FOR_1025_ERROR, \
0416         BOOST_PP_EMPTY \
0417         ) \
0418     () \
0419 /**/
0420 #
0421 # endif
0422 #
0423 # define BOOST_PP_FOR_CHECK_BOOST_PP_NIL 1
0424 #
0425 # if BOOST_PP_LIMIT_FOR == 256
0426 # include <boost/preprocessor/repetition/limits/for_256.hpp>
0427 # elif BOOST_PP_LIMIT_FOR == 512
0428 # include <boost/preprocessor/repetition/limits/for_256.hpp>
0429 # include <boost/preprocessor/repetition/limits/for_512.hpp>
0430 # elif BOOST_PP_LIMIT_FOR == 1024
0431 # include <boost/preprocessor/repetition/limits/for_256.hpp>
0432 # include <boost/preprocessor/repetition/limits/for_512.hpp>
0433 # include <boost/preprocessor/repetition/limits/for_1024.hpp>
0434 # endif
0435 #
0436 # endif
0437 #
0438 # endif