epoc32/include/stdapis/boost/preprocessor/iteration/detail/local.hpp
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
parent 3 e1b950c65cb4
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 # /* **************************************************************************
     2 #  *                                                                          *
     3 #  *     (C) Copyright Paul Mensonides 2002.
     4 #  *     Distributed under the Boost Software License, Version 1.0. (See
     5 #  *     accompanying file LICENSE_1_0.txt or copy at
     6 #  *     http://www.boost.org/LICENSE_1_0.txt)
     7 #  *                                                                          *
     8 #  ************************************************************************** */
     9 #
    10 # /* See http://www.boost.org for most recent version. */
    11 #
    12 # if !defined(BOOST_PP_LOCAL_LIMITS)
    13 #    error BOOST_PP_ERROR:  local iteration boundaries are not defined
    14 # elif !defined(BOOST_PP_LOCAL_MACRO)
    15 #    error BOOST_PP_ERROR:  local iteration target macro is not defined
    16 # else
    17 #    if ~BOOST_PP_CONFIG_FLAGS() & BOOST_PP_CONFIG_EDG()
    18 #        define BOOST_PP_LOCAL_S BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_LOCAL_LIMITS)
    19 #        define BOOST_PP_LOCAL_F BOOST_PP_TUPLE_ELEM(2, 1, BOOST_PP_LOCAL_LIMITS)
    20 #    else
    21 #        define BOOST_PP_VALUE BOOST_PP_TUPLE_ELEM(2, 0, BOOST_PP_LOCAL_LIMITS)
    22 #        include <boost/preprocessor/iteration/detail/start.hpp>
    23 #        define BOOST_PP_VALUE BOOST_PP_TUPLE_ELEM(2, 1, BOOST_PP_LOCAL_LIMITS)
    24 #        include <boost/preprocessor/iteration/detail/finish.hpp>
    25 #        define BOOST_PP_LOCAL_S BOOST_PP_LOCAL_SE()
    26 #        define BOOST_PP_LOCAL_F BOOST_PP_LOCAL_FE()
    27 #    endif
    28 # endif
    29 #
    30 # if (BOOST_PP_LOCAL_S) > (BOOST_PP_LOCAL_F)
    31 #    include <boost/preprocessor/iteration/detail/rlocal.hpp>
    32 # else
    33 #    if BOOST_PP_LOCAL_C(0)
    34         BOOST_PP_LOCAL_MACRO(0)
    35 #    endif
    36 #    if BOOST_PP_LOCAL_C(1)
    37         BOOST_PP_LOCAL_MACRO(1)
    38 #    endif
    39 #    if BOOST_PP_LOCAL_C(2)
    40         BOOST_PP_LOCAL_MACRO(2)
    41 #    endif
    42 #    if BOOST_PP_LOCAL_C(3)
    43         BOOST_PP_LOCAL_MACRO(3)
    44 #    endif
    45 #    if BOOST_PP_LOCAL_C(4)
    46         BOOST_PP_LOCAL_MACRO(4)
    47 #    endif
    48 #    if BOOST_PP_LOCAL_C(5)
    49         BOOST_PP_LOCAL_MACRO(5)
    50 #    endif
    51 #    if BOOST_PP_LOCAL_C(6)
    52         BOOST_PP_LOCAL_MACRO(6)
    53 #    endif
    54 #    if BOOST_PP_LOCAL_C(7)
    55         BOOST_PP_LOCAL_MACRO(7)
    56 #    endif
    57 #    if BOOST_PP_LOCAL_C(8)
    58         BOOST_PP_LOCAL_MACRO(8)
    59 #    endif
    60 #    if BOOST_PP_LOCAL_C(9)
    61         BOOST_PP_LOCAL_MACRO(9)
    62 #    endif
    63 #    if BOOST_PP_LOCAL_C(10)
    64         BOOST_PP_LOCAL_MACRO(10)
    65 #    endif
    66 #    if BOOST_PP_LOCAL_C(11)
    67         BOOST_PP_LOCAL_MACRO(11)
    68 #    endif
    69 #    if BOOST_PP_LOCAL_C(12)
    70         BOOST_PP_LOCAL_MACRO(12)
    71 #    endif
    72 #    if BOOST_PP_LOCAL_C(13)
    73         BOOST_PP_LOCAL_MACRO(13)
    74 #    endif
    75 #    if BOOST_PP_LOCAL_C(14)
    76         BOOST_PP_LOCAL_MACRO(14)
    77 #    endif
    78 #    if BOOST_PP_LOCAL_C(15)
    79         BOOST_PP_LOCAL_MACRO(15)
    80 #    endif
    81 #    if BOOST_PP_LOCAL_C(16)
    82         BOOST_PP_LOCAL_MACRO(16)
    83 #    endif
    84 #    if BOOST_PP_LOCAL_C(17)
    85         BOOST_PP_LOCAL_MACRO(17)
    86 #    endif
    87 #    if BOOST_PP_LOCAL_C(18)
    88         BOOST_PP_LOCAL_MACRO(18)
    89 #    endif
    90 #    if BOOST_PP_LOCAL_C(19)
    91         BOOST_PP_LOCAL_MACRO(19)
    92 #    endif
    93 #    if BOOST_PP_LOCAL_C(20)
    94         BOOST_PP_LOCAL_MACRO(20)
    95 #    endif
    96 #    if BOOST_PP_LOCAL_C(21)
    97         BOOST_PP_LOCAL_MACRO(21)
    98 #    endif
    99 #    if BOOST_PP_LOCAL_C(22)
   100         BOOST_PP_LOCAL_MACRO(22)
   101 #    endif
   102 #    if BOOST_PP_LOCAL_C(23)
   103         BOOST_PP_LOCAL_MACRO(23)
   104 #    endif
   105 #    if BOOST_PP_LOCAL_C(24)
   106         BOOST_PP_LOCAL_MACRO(24)
   107 #    endif
   108 #    if BOOST_PP_LOCAL_C(25)
   109         BOOST_PP_LOCAL_MACRO(25)
   110 #    endif
   111 #    if BOOST_PP_LOCAL_C(26)
   112         BOOST_PP_LOCAL_MACRO(26)
   113 #    endif
   114 #    if BOOST_PP_LOCAL_C(27)
   115         BOOST_PP_LOCAL_MACRO(27)
   116 #    endif
   117 #    if BOOST_PP_LOCAL_C(28)
   118         BOOST_PP_LOCAL_MACRO(28)
   119 #    endif
   120 #    if BOOST_PP_LOCAL_C(29)
   121         BOOST_PP_LOCAL_MACRO(29)
   122 #    endif
   123 #    if BOOST_PP_LOCAL_C(30)
   124         BOOST_PP_LOCAL_MACRO(30)
   125 #    endif
   126 #    if BOOST_PP_LOCAL_C(31)
   127         BOOST_PP_LOCAL_MACRO(31)
   128 #    endif
   129 #    if BOOST_PP_LOCAL_C(32)
   130         BOOST_PP_LOCAL_MACRO(32)
   131 #    endif
   132 #    if BOOST_PP_LOCAL_C(33)
   133         BOOST_PP_LOCAL_MACRO(33)
   134 #    endif
   135 #    if BOOST_PP_LOCAL_C(34)
   136         BOOST_PP_LOCAL_MACRO(34)
   137 #    endif
   138 #    if BOOST_PP_LOCAL_C(35)
   139         BOOST_PP_LOCAL_MACRO(35)
   140 #    endif
   141 #    if BOOST_PP_LOCAL_C(36)
   142         BOOST_PP_LOCAL_MACRO(36)
   143 #    endif
   144 #    if BOOST_PP_LOCAL_C(37)
   145         BOOST_PP_LOCAL_MACRO(37)
   146 #    endif
   147 #    if BOOST_PP_LOCAL_C(38)
   148         BOOST_PP_LOCAL_MACRO(38)
   149 #    endif
   150 #    if BOOST_PP_LOCAL_C(39)
   151         BOOST_PP_LOCAL_MACRO(39)
   152 #    endif
   153 #    if BOOST_PP_LOCAL_C(40)
   154         BOOST_PP_LOCAL_MACRO(40)
   155 #    endif
   156 #    if BOOST_PP_LOCAL_C(41)
   157         BOOST_PP_LOCAL_MACRO(41)
   158 #    endif
   159 #    if BOOST_PP_LOCAL_C(42)
   160         BOOST_PP_LOCAL_MACRO(42)
   161 #    endif
   162 #    if BOOST_PP_LOCAL_C(43)
   163         BOOST_PP_LOCAL_MACRO(43)
   164 #    endif
   165 #    if BOOST_PP_LOCAL_C(44)
   166         BOOST_PP_LOCAL_MACRO(44)
   167 #    endif
   168 #    if BOOST_PP_LOCAL_C(45)
   169         BOOST_PP_LOCAL_MACRO(45)
   170 #    endif
   171 #    if BOOST_PP_LOCAL_C(46)
   172         BOOST_PP_LOCAL_MACRO(46)
   173 #    endif
   174 #    if BOOST_PP_LOCAL_C(47)
   175         BOOST_PP_LOCAL_MACRO(47)
   176 #    endif
   177 #    if BOOST_PP_LOCAL_C(48)
   178         BOOST_PP_LOCAL_MACRO(48)
   179 #    endif
   180 #    if BOOST_PP_LOCAL_C(49)
   181         BOOST_PP_LOCAL_MACRO(49)
   182 #    endif
   183 #    if BOOST_PP_LOCAL_C(50)
   184         BOOST_PP_LOCAL_MACRO(50)
   185 #    endif
   186 #    if BOOST_PP_LOCAL_C(51)
   187         BOOST_PP_LOCAL_MACRO(51)
   188 #    endif
   189 #    if BOOST_PP_LOCAL_C(52)
   190         BOOST_PP_LOCAL_MACRO(52)
   191 #    endif
   192 #    if BOOST_PP_LOCAL_C(53)
   193         BOOST_PP_LOCAL_MACRO(53)
   194 #    endif
   195 #    if BOOST_PP_LOCAL_C(54)
   196         BOOST_PP_LOCAL_MACRO(54)
   197 #    endif
   198 #    if BOOST_PP_LOCAL_C(55)
   199         BOOST_PP_LOCAL_MACRO(55)
   200 #    endif
   201 #    if BOOST_PP_LOCAL_C(56)
   202         BOOST_PP_LOCAL_MACRO(56)
   203 #    endif
   204 #    if BOOST_PP_LOCAL_C(57)
   205         BOOST_PP_LOCAL_MACRO(57)
   206 #    endif
   207 #    if BOOST_PP_LOCAL_C(58)
   208         BOOST_PP_LOCAL_MACRO(58)
   209 #    endif
   210 #    if BOOST_PP_LOCAL_C(59)
   211         BOOST_PP_LOCAL_MACRO(59)
   212 #    endif
   213 #    if BOOST_PP_LOCAL_C(60)
   214         BOOST_PP_LOCAL_MACRO(60)
   215 #    endif
   216 #    if BOOST_PP_LOCAL_C(61)
   217         BOOST_PP_LOCAL_MACRO(61)
   218 #    endif
   219 #    if BOOST_PP_LOCAL_C(62)
   220         BOOST_PP_LOCAL_MACRO(62)
   221 #    endif
   222 #    if BOOST_PP_LOCAL_C(63)
   223         BOOST_PP_LOCAL_MACRO(63)
   224 #    endif
   225 #    if BOOST_PP_LOCAL_C(64)
   226         BOOST_PP_LOCAL_MACRO(64)
   227 #    endif
   228 #    if BOOST_PP_LOCAL_C(65)
   229         BOOST_PP_LOCAL_MACRO(65)
   230 #    endif
   231 #    if BOOST_PP_LOCAL_C(66)
   232         BOOST_PP_LOCAL_MACRO(66)
   233 #    endif
   234 #    if BOOST_PP_LOCAL_C(67)
   235         BOOST_PP_LOCAL_MACRO(67)
   236 #    endif
   237 #    if BOOST_PP_LOCAL_C(68)
   238         BOOST_PP_LOCAL_MACRO(68)
   239 #    endif
   240 #    if BOOST_PP_LOCAL_C(69)
   241         BOOST_PP_LOCAL_MACRO(69)
   242 #    endif
   243 #    if BOOST_PP_LOCAL_C(70)
   244         BOOST_PP_LOCAL_MACRO(70)
   245 #    endif
   246 #    if BOOST_PP_LOCAL_C(71)
   247         BOOST_PP_LOCAL_MACRO(71)
   248 #    endif
   249 #    if BOOST_PP_LOCAL_C(72)
   250         BOOST_PP_LOCAL_MACRO(72)
   251 #    endif
   252 #    if BOOST_PP_LOCAL_C(73)
   253         BOOST_PP_LOCAL_MACRO(73)
   254 #    endif
   255 #    if BOOST_PP_LOCAL_C(74)
   256         BOOST_PP_LOCAL_MACRO(74)
   257 #    endif
   258 #    if BOOST_PP_LOCAL_C(75)
   259         BOOST_PP_LOCAL_MACRO(75)
   260 #    endif
   261 #    if BOOST_PP_LOCAL_C(76)
   262         BOOST_PP_LOCAL_MACRO(76)
   263 #    endif
   264 #    if BOOST_PP_LOCAL_C(77)
   265         BOOST_PP_LOCAL_MACRO(77)
   266 #    endif
   267 #    if BOOST_PP_LOCAL_C(78)
   268         BOOST_PP_LOCAL_MACRO(78)
   269 #    endif
   270 #    if BOOST_PP_LOCAL_C(79)
   271         BOOST_PP_LOCAL_MACRO(79)
   272 #    endif
   273 #    if BOOST_PP_LOCAL_C(80)
   274         BOOST_PP_LOCAL_MACRO(80)
   275 #    endif
   276 #    if BOOST_PP_LOCAL_C(81)
   277         BOOST_PP_LOCAL_MACRO(81)
   278 #    endif
   279 #    if BOOST_PP_LOCAL_C(82)
   280         BOOST_PP_LOCAL_MACRO(82)
   281 #    endif
   282 #    if BOOST_PP_LOCAL_C(83)
   283         BOOST_PP_LOCAL_MACRO(83)
   284 #    endif
   285 #    if BOOST_PP_LOCAL_C(84)
   286         BOOST_PP_LOCAL_MACRO(84)
   287 #    endif
   288 #    if BOOST_PP_LOCAL_C(85)
   289         BOOST_PP_LOCAL_MACRO(85)
   290 #    endif
   291 #    if BOOST_PP_LOCAL_C(86)
   292         BOOST_PP_LOCAL_MACRO(86)
   293 #    endif
   294 #    if BOOST_PP_LOCAL_C(87)
   295         BOOST_PP_LOCAL_MACRO(87)
   296 #    endif
   297 #    if BOOST_PP_LOCAL_C(88)
   298         BOOST_PP_LOCAL_MACRO(88)
   299 #    endif
   300 #    if BOOST_PP_LOCAL_C(89)
   301         BOOST_PP_LOCAL_MACRO(89)
   302 #    endif
   303 #    if BOOST_PP_LOCAL_C(90)
   304         BOOST_PP_LOCAL_MACRO(90)
   305 #    endif
   306 #    if BOOST_PP_LOCAL_C(91)
   307         BOOST_PP_LOCAL_MACRO(91)
   308 #    endif
   309 #    if BOOST_PP_LOCAL_C(92)
   310         BOOST_PP_LOCAL_MACRO(92)
   311 #    endif
   312 #    if BOOST_PP_LOCAL_C(93)
   313         BOOST_PP_LOCAL_MACRO(93)
   314 #    endif
   315 #    if BOOST_PP_LOCAL_C(94)
   316         BOOST_PP_LOCAL_MACRO(94)
   317 #    endif
   318 #    if BOOST_PP_LOCAL_C(95)
   319         BOOST_PP_LOCAL_MACRO(95)
   320 #    endif
   321 #    if BOOST_PP_LOCAL_C(96)
   322         BOOST_PP_LOCAL_MACRO(96)
   323 #    endif
   324 #    if BOOST_PP_LOCAL_C(97)
   325         BOOST_PP_LOCAL_MACRO(97)
   326 #    endif
   327 #    if BOOST_PP_LOCAL_C(98)
   328         BOOST_PP_LOCAL_MACRO(98)
   329 #    endif
   330 #    if BOOST_PP_LOCAL_C(99)
   331         BOOST_PP_LOCAL_MACRO(99)
   332 #    endif
   333 #    if BOOST_PP_LOCAL_C(100)
   334         BOOST_PP_LOCAL_MACRO(100)
   335 #    endif
   336 #    if BOOST_PP_LOCAL_C(101)
   337         BOOST_PP_LOCAL_MACRO(101)
   338 #    endif
   339 #    if BOOST_PP_LOCAL_C(102)
   340         BOOST_PP_LOCAL_MACRO(102)
   341 #    endif
   342 #    if BOOST_PP_LOCAL_C(103)
   343         BOOST_PP_LOCAL_MACRO(103)
   344 #    endif
   345 #    if BOOST_PP_LOCAL_C(104)
   346         BOOST_PP_LOCAL_MACRO(104)
   347 #    endif
   348 #    if BOOST_PP_LOCAL_C(105)
   349         BOOST_PP_LOCAL_MACRO(105)
   350 #    endif
   351 #    if BOOST_PP_LOCAL_C(106)
   352         BOOST_PP_LOCAL_MACRO(106)
   353 #    endif
   354 #    if BOOST_PP_LOCAL_C(107)
   355         BOOST_PP_LOCAL_MACRO(107)
   356 #    endif
   357 #    if BOOST_PP_LOCAL_C(108)
   358         BOOST_PP_LOCAL_MACRO(108)
   359 #    endif
   360 #    if BOOST_PP_LOCAL_C(109)
   361         BOOST_PP_LOCAL_MACRO(109)
   362 #    endif
   363 #    if BOOST_PP_LOCAL_C(110)
   364         BOOST_PP_LOCAL_MACRO(110)
   365 #    endif
   366 #    if BOOST_PP_LOCAL_C(111)
   367         BOOST_PP_LOCAL_MACRO(111)
   368 #    endif
   369 #    if BOOST_PP_LOCAL_C(112)
   370         BOOST_PP_LOCAL_MACRO(112)
   371 #    endif
   372 #    if BOOST_PP_LOCAL_C(113)
   373         BOOST_PP_LOCAL_MACRO(113)
   374 #    endif
   375 #    if BOOST_PP_LOCAL_C(114)
   376         BOOST_PP_LOCAL_MACRO(114)
   377 #    endif
   378 #    if BOOST_PP_LOCAL_C(115)
   379         BOOST_PP_LOCAL_MACRO(115)
   380 #    endif
   381 #    if BOOST_PP_LOCAL_C(116)
   382         BOOST_PP_LOCAL_MACRO(116)
   383 #    endif
   384 #    if BOOST_PP_LOCAL_C(117)
   385         BOOST_PP_LOCAL_MACRO(117)
   386 #    endif
   387 #    if BOOST_PP_LOCAL_C(118)
   388         BOOST_PP_LOCAL_MACRO(118)
   389 #    endif
   390 #    if BOOST_PP_LOCAL_C(119)
   391         BOOST_PP_LOCAL_MACRO(119)
   392 #    endif
   393 #    if BOOST_PP_LOCAL_C(120)
   394         BOOST_PP_LOCAL_MACRO(120)
   395 #    endif
   396 #    if BOOST_PP_LOCAL_C(121)
   397         BOOST_PP_LOCAL_MACRO(121)
   398 #    endif
   399 #    if BOOST_PP_LOCAL_C(122)
   400         BOOST_PP_LOCAL_MACRO(122)
   401 #    endif
   402 #    if BOOST_PP_LOCAL_C(123)
   403         BOOST_PP_LOCAL_MACRO(123)
   404 #    endif
   405 #    if BOOST_PP_LOCAL_C(124)
   406         BOOST_PP_LOCAL_MACRO(124)
   407 #    endif
   408 #    if BOOST_PP_LOCAL_C(125)
   409         BOOST_PP_LOCAL_MACRO(125)
   410 #    endif
   411 #    if BOOST_PP_LOCAL_C(126)
   412         BOOST_PP_LOCAL_MACRO(126)
   413 #    endif
   414 #    if BOOST_PP_LOCAL_C(127)
   415         BOOST_PP_LOCAL_MACRO(127)
   416 #    endif
   417 #    if BOOST_PP_LOCAL_C(128)
   418         BOOST_PP_LOCAL_MACRO(128)
   419 #    endif
   420 #    if BOOST_PP_LOCAL_C(129)
   421         BOOST_PP_LOCAL_MACRO(129)
   422 #    endif
   423 #    if BOOST_PP_LOCAL_C(130)
   424         BOOST_PP_LOCAL_MACRO(130)
   425 #    endif
   426 #    if BOOST_PP_LOCAL_C(131)
   427         BOOST_PP_LOCAL_MACRO(131)
   428 #    endif
   429 #    if BOOST_PP_LOCAL_C(132)
   430         BOOST_PP_LOCAL_MACRO(132)
   431 #    endif
   432 #    if BOOST_PP_LOCAL_C(133)
   433         BOOST_PP_LOCAL_MACRO(133)
   434 #    endif
   435 #    if BOOST_PP_LOCAL_C(134)
   436         BOOST_PP_LOCAL_MACRO(134)
   437 #    endif
   438 #    if BOOST_PP_LOCAL_C(135)
   439         BOOST_PP_LOCAL_MACRO(135)
   440 #    endif
   441 #    if BOOST_PP_LOCAL_C(136)
   442         BOOST_PP_LOCAL_MACRO(136)
   443 #    endif
   444 #    if BOOST_PP_LOCAL_C(137)
   445         BOOST_PP_LOCAL_MACRO(137)
   446 #    endif
   447 #    if BOOST_PP_LOCAL_C(138)
   448         BOOST_PP_LOCAL_MACRO(138)
   449 #    endif
   450 #    if BOOST_PP_LOCAL_C(139)
   451         BOOST_PP_LOCAL_MACRO(139)
   452 #    endif
   453 #    if BOOST_PP_LOCAL_C(140)
   454         BOOST_PP_LOCAL_MACRO(140)
   455 #    endif
   456 #    if BOOST_PP_LOCAL_C(141)
   457         BOOST_PP_LOCAL_MACRO(141)
   458 #    endif
   459 #    if BOOST_PP_LOCAL_C(142)
   460         BOOST_PP_LOCAL_MACRO(142)
   461 #    endif
   462 #    if BOOST_PP_LOCAL_C(143)
   463         BOOST_PP_LOCAL_MACRO(143)
   464 #    endif
   465 #    if BOOST_PP_LOCAL_C(144)
   466         BOOST_PP_LOCAL_MACRO(144)
   467 #    endif
   468 #    if BOOST_PP_LOCAL_C(145)
   469         BOOST_PP_LOCAL_MACRO(145)
   470 #    endif
   471 #    if BOOST_PP_LOCAL_C(146)
   472         BOOST_PP_LOCAL_MACRO(146)
   473 #    endif
   474 #    if BOOST_PP_LOCAL_C(147)
   475         BOOST_PP_LOCAL_MACRO(147)
   476 #    endif
   477 #    if BOOST_PP_LOCAL_C(148)
   478         BOOST_PP_LOCAL_MACRO(148)
   479 #    endif
   480 #    if BOOST_PP_LOCAL_C(149)
   481         BOOST_PP_LOCAL_MACRO(149)
   482 #    endif
   483 #    if BOOST_PP_LOCAL_C(150)
   484         BOOST_PP_LOCAL_MACRO(150)
   485 #    endif
   486 #    if BOOST_PP_LOCAL_C(151)
   487         BOOST_PP_LOCAL_MACRO(151)
   488 #    endif
   489 #    if BOOST_PP_LOCAL_C(152)
   490         BOOST_PP_LOCAL_MACRO(152)
   491 #    endif
   492 #    if BOOST_PP_LOCAL_C(153)
   493         BOOST_PP_LOCAL_MACRO(153)
   494 #    endif
   495 #    if BOOST_PP_LOCAL_C(154)
   496         BOOST_PP_LOCAL_MACRO(154)
   497 #    endif
   498 #    if BOOST_PP_LOCAL_C(155)
   499         BOOST_PP_LOCAL_MACRO(155)
   500 #    endif
   501 #    if BOOST_PP_LOCAL_C(156)
   502         BOOST_PP_LOCAL_MACRO(156)
   503 #    endif
   504 #    if BOOST_PP_LOCAL_C(157)
   505         BOOST_PP_LOCAL_MACRO(157)
   506 #    endif
   507 #    if BOOST_PP_LOCAL_C(158)
   508         BOOST_PP_LOCAL_MACRO(158)
   509 #    endif
   510 #    if BOOST_PP_LOCAL_C(159)
   511         BOOST_PP_LOCAL_MACRO(159)
   512 #    endif
   513 #    if BOOST_PP_LOCAL_C(160)
   514         BOOST_PP_LOCAL_MACRO(160)
   515 #    endif
   516 #    if BOOST_PP_LOCAL_C(161)
   517         BOOST_PP_LOCAL_MACRO(161)
   518 #    endif
   519 #    if BOOST_PP_LOCAL_C(162)
   520         BOOST_PP_LOCAL_MACRO(162)
   521 #    endif
   522 #    if BOOST_PP_LOCAL_C(163)
   523         BOOST_PP_LOCAL_MACRO(163)
   524 #    endif
   525 #    if BOOST_PP_LOCAL_C(164)
   526         BOOST_PP_LOCAL_MACRO(164)
   527 #    endif
   528 #    if BOOST_PP_LOCAL_C(165)
   529         BOOST_PP_LOCAL_MACRO(165)
   530 #    endif
   531 #    if BOOST_PP_LOCAL_C(166)
   532         BOOST_PP_LOCAL_MACRO(166)
   533 #    endif
   534 #    if BOOST_PP_LOCAL_C(167)
   535         BOOST_PP_LOCAL_MACRO(167)
   536 #    endif
   537 #    if BOOST_PP_LOCAL_C(168)
   538         BOOST_PP_LOCAL_MACRO(168)
   539 #    endif
   540 #    if BOOST_PP_LOCAL_C(169)
   541         BOOST_PP_LOCAL_MACRO(169)
   542 #    endif
   543 #    if BOOST_PP_LOCAL_C(170)
   544         BOOST_PP_LOCAL_MACRO(170)
   545 #    endif
   546 #    if BOOST_PP_LOCAL_C(171)
   547         BOOST_PP_LOCAL_MACRO(171)
   548 #    endif
   549 #    if BOOST_PP_LOCAL_C(172)
   550         BOOST_PP_LOCAL_MACRO(172)
   551 #    endif
   552 #    if BOOST_PP_LOCAL_C(173)
   553         BOOST_PP_LOCAL_MACRO(173)
   554 #    endif
   555 #    if BOOST_PP_LOCAL_C(174)
   556         BOOST_PP_LOCAL_MACRO(174)
   557 #    endif
   558 #    if BOOST_PP_LOCAL_C(175)
   559         BOOST_PP_LOCAL_MACRO(175)
   560 #    endif
   561 #    if BOOST_PP_LOCAL_C(176)
   562         BOOST_PP_LOCAL_MACRO(176)
   563 #    endif
   564 #    if BOOST_PP_LOCAL_C(177)
   565         BOOST_PP_LOCAL_MACRO(177)
   566 #    endif
   567 #    if BOOST_PP_LOCAL_C(178)
   568         BOOST_PP_LOCAL_MACRO(178)
   569 #    endif
   570 #    if BOOST_PP_LOCAL_C(179)
   571         BOOST_PP_LOCAL_MACRO(179)
   572 #    endif
   573 #    if BOOST_PP_LOCAL_C(180)
   574         BOOST_PP_LOCAL_MACRO(180)
   575 #    endif
   576 #    if BOOST_PP_LOCAL_C(181)
   577         BOOST_PP_LOCAL_MACRO(181)
   578 #    endif
   579 #    if BOOST_PP_LOCAL_C(182)
   580         BOOST_PP_LOCAL_MACRO(182)
   581 #    endif
   582 #    if BOOST_PP_LOCAL_C(183)
   583         BOOST_PP_LOCAL_MACRO(183)
   584 #    endif
   585 #    if BOOST_PP_LOCAL_C(184)
   586         BOOST_PP_LOCAL_MACRO(184)
   587 #    endif
   588 #    if BOOST_PP_LOCAL_C(185)
   589         BOOST_PP_LOCAL_MACRO(185)
   590 #    endif
   591 #    if BOOST_PP_LOCAL_C(186)
   592         BOOST_PP_LOCAL_MACRO(186)
   593 #    endif
   594 #    if BOOST_PP_LOCAL_C(187)
   595         BOOST_PP_LOCAL_MACRO(187)
   596 #    endif
   597 #    if BOOST_PP_LOCAL_C(188)
   598         BOOST_PP_LOCAL_MACRO(188)
   599 #    endif
   600 #    if BOOST_PP_LOCAL_C(189)
   601         BOOST_PP_LOCAL_MACRO(189)
   602 #    endif
   603 #    if BOOST_PP_LOCAL_C(190)
   604         BOOST_PP_LOCAL_MACRO(190)
   605 #    endif
   606 #    if BOOST_PP_LOCAL_C(191)
   607         BOOST_PP_LOCAL_MACRO(191)
   608 #    endif
   609 #    if BOOST_PP_LOCAL_C(192)
   610         BOOST_PP_LOCAL_MACRO(192)
   611 #    endif
   612 #    if BOOST_PP_LOCAL_C(193)
   613         BOOST_PP_LOCAL_MACRO(193)
   614 #    endif
   615 #    if BOOST_PP_LOCAL_C(194)
   616         BOOST_PP_LOCAL_MACRO(194)
   617 #    endif
   618 #    if BOOST_PP_LOCAL_C(195)
   619         BOOST_PP_LOCAL_MACRO(195)
   620 #    endif
   621 #    if BOOST_PP_LOCAL_C(196)
   622         BOOST_PP_LOCAL_MACRO(196)
   623 #    endif
   624 #    if BOOST_PP_LOCAL_C(197)
   625         BOOST_PP_LOCAL_MACRO(197)
   626 #    endif
   627 #    if BOOST_PP_LOCAL_C(198)
   628         BOOST_PP_LOCAL_MACRO(198)
   629 #    endif
   630 #    if BOOST_PP_LOCAL_C(199)
   631         BOOST_PP_LOCAL_MACRO(199)
   632 #    endif
   633 #    if BOOST_PP_LOCAL_C(200)
   634         BOOST_PP_LOCAL_MACRO(200)
   635 #    endif
   636 #    if BOOST_PP_LOCAL_C(201)
   637         BOOST_PP_LOCAL_MACRO(201)
   638 #    endif
   639 #    if BOOST_PP_LOCAL_C(202)
   640         BOOST_PP_LOCAL_MACRO(202)
   641 #    endif
   642 #    if BOOST_PP_LOCAL_C(203)
   643         BOOST_PP_LOCAL_MACRO(203)
   644 #    endif
   645 #    if BOOST_PP_LOCAL_C(204)
   646         BOOST_PP_LOCAL_MACRO(204)
   647 #    endif
   648 #    if BOOST_PP_LOCAL_C(205)
   649         BOOST_PP_LOCAL_MACRO(205)
   650 #    endif
   651 #    if BOOST_PP_LOCAL_C(206)
   652         BOOST_PP_LOCAL_MACRO(206)
   653 #    endif
   654 #    if BOOST_PP_LOCAL_C(207)
   655         BOOST_PP_LOCAL_MACRO(207)
   656 #    endif
   657 #    if BOOST_PP_LOCAL_C(208)
   658         BOOST_PP_LOCAL_MACRO(208)
   659 #    endif
   660 #    if BOOST_PP_LOCAL_C(209)
   661         BOOST_PP_LOCAL_MACRO(209)
   662 #    endif
   663 #    if BOOST_PP_LOCAL_C(210)
   664         BOOST_PP_LOCAL_MACRO(210)
   665 #    endif
   666 #    if BOOST_PP_LOCAL_C(211)
   667         BOOST_PP_LOCAL_MACRO(211)
   668 #    endif
   669 #    if BOOST_PP_LOCAL_C(212)
   670         BOOST_PP_LOCAL_MACRO(212)
   671 #    endif
   672 #    if BOOST_PP_LOCAL_C(213)
   673         BOOST_PP_LOCAL_MACRO(213)
   674 #    endif
   675 #    if BOOST_PP_LOCAL_C(214)
   676         BOOST_PP_LOCAL_MACRO(214)
   677 #    endif
   678 #    if BOOST_PP_LOCAL_C(215)
   679         BOOST_PP_LOCAL_MACRO(215)
   680 #    endif
   681 #    if BOOST_PP_LOCAL_C(216)
   682         BOOST_PP_LOCAL_MACRO(216)
   683 #    endif
   684 #    if BOOST_PP_LOCAL_C(217)
   685         BOOST_PP_LOCAL_MACRO(217)
   686 #    endif
   687 #    if BOOST_PP_LOCAL_C(218)
   688         BOOST_PP_LOCAL_MACRO(218)
   689 #    endif
   690 #    if BOOST_PP_LOCAL_C(219)
   691         BOOST_PP_LOCAL_MACRO(219)
   692 #    endif
   693 #    if BOOST_PP_LOCAL_C(220)
   694         BOOST_PP_LOCAL_MACRO(220)
   695 #    endif
   696 #    if BOOST_PP_LOCAL_C(221)
   697         BOOST_PP_LOCAL_MACRO(221)
   698 #    endif
   699 #    if BOOST_PP_LOCAL_C(222)
   700         BOOST_PP_LOCAL_MACRO(222)
   701 #    endif
   702 #    if BOOST_PP_LOCAL_C(223)
   703         BOOST_PP_LOCAL_MACRO(223)
   704 #    endif
   705 #    if BOOST_PP_LOCAL_C(224)
   706         BOOST_PP_LOCAL_MACRO(224)
   707 #    endif
   708 #    if BOOST_PP_LOCAL_C(225)
   709         BOOST_PP_LOCAL_MACRO(225)
   710 #    endif
   711 #    if BOOST_PP_LOCAL_C(226)
   712         BOOST_PP_LOCAL_MACRO(226)
   713 #    endif
   714 #    if BOOST_PP_LOCAL_C(227)
   715         BOOST_PP_LOCAL_MACRO(227)
   716 #    endif
   717 #    if BOOST_PP_LOCAL_C(228)
   718         BOOST_PP_LOCAL_MACRO(228)
   719 #    endif
   720 #    if BOOST_PP_LOCAL_C(229)
   721         BOOST_PP_LOCAL_MACRO(229)
   722 #    endif
   723 #    if BOOST_PP_LOCAL_C(230)
   724         BOOST_PP_LOCAL_MACRO(230)
   725 #    endif
   726 #    if BOOST_PP_LOCAL_C(231)
   727         BOOST_PP_LOCAL_MACRO(231)
   728 #    endif
   729 #    if BOOST_PP_LOCAL_C(232)
   730         BOOST_PP_LOCAL_MACRO(232)
   731 #    endif
   732 #    if BOOST_PP_LOCAL_C(233)
   733         BOOST_PP_LOCAL_MACRO(233)
   734 #    endif
   735 #    if BOOST_PP_LOCAL_C(234)
   736         BOOST_PP_LOCAL_MACRO(234)
   737 #    endif
   738 #    if BOOST_PP_LOCAL_C(235)
   739         BOOST_PP_LOCAL_MACRO(235)
   740 #    endif
   741 #    if BOOST_PP_LOCAL_C(236)
   742         BOOST_PP_LOCAL_MACRO(236)
   743 #    endif
   744 
   745 #    if BOOST_PP_LOCAL_C(237)
   746         BOOST_PP_LOCAL_MACRO(237)
   747 #    endif
   748 #    if BOOST_PP_LOCAL_C(238)
   749         BOOST_PP_LOCAL_MACRO(238)
   750 #    endif
   751 #    if BOOST_PP_LOCAL_C(239)
   752         BOOST_PP_LOCAL_MACRO(239)
   753 #    endif
   754 #    if BOOST_PP_LOCAL_C(240)
   755         BOOST_PP_LOCAL_MACRO(240)
   756 #    endif
   757 #    if BOOST_PP_LOCAL_C(241)
   758         BOOST_PP_LOCAL_MACRO(241)
   759 #    endif
   760 #    if BOOST_PP_LOCAL_C(242)
   761         BOOST_PP_LOCAL_MACRO(242)
   762 #    endif
   763 #    if BOOST_PP_LOCAL_C(243)
   764         BOOST_PP_LOCAL_MACRO(243)
   765 #    endif
   766 #    if BOOST_PP_LOCAL_C(244)
   767         BOOST_PP_LOCAL_MACRO(244)
   768 #    endif
   769 #    if BOOST_PP_LOCAL_C(245)
   770         BOOST_PP_LOCAL_MACRO(245)
   771 #    endif
   772 #    if BOOST_PP_LOCAL_C(246)
   773         BOOST_PP_LOCAL_MACRO(246)
   774 #    endif
   775 #    if BOOST_PP_LOCAL_C(247)
   776         BOOST_PP_LOCAL_MACRO(247)
   777 #    endif
   778 #    if BOOST_PP_LOCAL_C(248)
   779         BOOST_PP_LOCAL_MACRO(248)
   780 #    endif
   781 #    if BOOST_PP_LOCAL_C(249)
   782         BOOST_PP_LOCAL_MACRO(249)
   783 #    endif
   784 #    if BOOST_PP_LOCAL_C(250)
   785         BOOST_PP_LOCAL_MACRO(250)
   786 #    endif
   787 #    if BOOST_PP_LOCAL_C(251)
   788         BOOST_PP_LOCAL_MACRO(251)
   789 #    endif
   790 #    if BOOST_PP_LOCAL_C(252)
   791         BOOST_PP_LOCAL_MACRO(252)
   792 #    endif
   793 #    if BOOST_PP_LOCAL_C(253)
   794         BOOST_PP_LOCAL_MACRO(253)
   795 #    endif
   796 #    if BOOST_PP_LOCAL_C(254)
   797         BOOST_PP_LOCAL_MACRO(254)
   798 #    endif
   799 #    if BOOST_PP_LOCAL_C(255)
   800         BOOST_PP_LOCAL_MACRO(255)
   801 #    endif
   802 #    if BOOST_PP_LOCAL_C(256)
   803         BOOST_PP_LOCAL_MACRO(256)
   804 #    endif
   805 # endif
   806 #
   807 # undef BOOST_PP_LOCAL_LIMITS
   808 #
   809 # undef BOOST_PP_LOCAL_S
   810 # undef BOOST_PP_LOCAL_F
   811 #
   812 # undef BOOST_PP_LOCAL_MACRO