blob: 1ec14a2b2e06e619215bfe280d7aa1d176bc8f91 [file] [log] [blame]
Jeff Thompsonf7d49942013-08-01 16:47:40 -07001# /* **************************************************************************
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#
Jeff Thompson3d613fd2013-10-15 15:39:04 -070012# if !defined(NDNBOOST_PP_LOCAL_LIMITS)
13# error NDNBOOST_PP_ERROR: local iteration boundaries are not defined
14# elif !defined(NDNBOOST_PP_LOCAL_MACRO)
15# error NDNBOOST_PP_ERROR: local iteration target macro is not defined
Jeff Thompsonf7d49942013-08-01 16:47:40 -070016# else
Jeff Thompson3d613fd2013-10-15 15:39:04 -070017# if ~NDNBOOST_PP_CONFIG_FLAGS() & NDNBOOST_PP_CONFIG_EDG()
18# define NDNBOOST_PP_LOCAL_S NDNBOOST_PP_TUPLE_ELEM(2, 0, NDNBOOST_PP_LOCAL_LIMITS)
19# define NDNBOOST_PP_LOCAL_F NDNBOOST_PP_TUPLE_ELEM(2, 1, NDNBOOST_PP_LOCAL_LIMITS)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070020# else
Jeff Thompson3d613fd2013-10-15 15:39:04 -070021# define NDNBOOST_PP_VALUE NDNBOOST_PP_TUPLE_ELEM(2, 0, NDNBOOST_PP_LOCAL_LIMITS)
Jeff Thompson2277ce52013-08-01 17:34:11 -070022# include <ndnboost/preprocessor/iteration/detail/start.hpp>
Jeff Thompson3d613fd2013-10-15 15:39:04 -070023# define NDNBOOST_PP_VALUE NDNBOOST_PP_TUPLE_ELEM(2, 1, NDNBOOST_PP_LOCAL_LIMITS)
Jeff Thompson2277ce52013-08-01 17:34:11 -070024# include <ndnboost/preprocessor/iteration/detail/finish.hpp>
Jeff Thompson3d613fd2013-10-15 15:39:04 -070025# define NDNBOOST_PP_LOCAL_S NDNBOOST_PP_LOCAL_SE()
26# define NDNBOOST_PP_LOCAL_F NDNBOOST_PP_LOCAL_FE()
Jeff Thompsonf7d49942013-08-01 16:47:40 -070027# endif
28# endif
29#
Jeff Thompson3d613fd2013-10-15 15:39:04 -070030# if (NDNBOOST_PP_LOCAL_S) > (NDNBOOST_PP_LOCAL_F)
Jeff Thompson2277ce52013-08-01 17:34:11 -070031# include <ndnboost/preprocessor/iteration/detail/rlocal.hpp>
Jeff Thompsonf7d49942013-08-01 16:47:40 -070032# else
Jeff Thompson3d613fd2013-10-15 15:39:04 -070033# if NDNBOOST_PP_LOCAL_C(0)
34 NDNBOOST_PP_LOCAL_MACRO(0)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070035# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070036# if NDNBOOST_PP_LOCAL_C(1)
37 NDNBOOST_PP_LOCAL_MACRO(1)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070038# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070039# if NDNBOOST_PP_LOCAL_C(2)
40 NDNBOOST_PP_LOCAL_MACRO(2)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070041# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070042# if NDNBOOST_PP_LOCAL_C(3)
43 NDNBOOST_PP_LOCAL_MACRO(3)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070044# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070045# if NDNBOOST_PP_LOCAL_C(4)
46 NDNBOOST_PP_LOCAL_MACRO(4)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070047# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070048# if NDNBOOST_PP_LOCAL_C(5)
49 NDNBOOST_PP_LOCAL_MACRO(5)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070050# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070051# if NDNBOOST_PP_LOCAL_C(6)
52 NDNBOOST_PP_LOCAL_MACRO(6)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070053# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070054# if NDNBOOST_PP_LOCAL_C(7)
55 NDNBOOST_PP_LOCAL_MACRO(7)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070056# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070057# if NDNBOOST_PP_LOCAL_C(8)
58 NDNBOOST_PP_LOCAL_MACRO(8)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070059# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070060# if NDNBOOST_PP_LOCAL_C(9)
61 NDNBOOST_PP_LOCAL_MACRO(9)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070062# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070063# if NDNBOOST_PP_LOCAL_C(10)
64 NDNBOOST_PP_LOCAL_MACRO(10)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070065# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070066# if NDNBOOST_PP_LOCAL_C(11)
67 NDNBOOST_PP_LOCAL_MACRO(11)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070068# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070069# if NDNBOOST_PP_LOCAL_C(12)
70 NDNBOOST_PP_LOCAL_MACRO(12)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070071# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070072# if NDNBOOST_PP_LOCAL_C(13)
73 NDNBOOST_PP_LOCAL_MACRO(13)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070074# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070075# if NDNBOOST_PP_LOCAL_C(14)
76 NDNBOOST_PP_LOCAL_MACRO(14)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070077# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070078# if NDNBOOST_PP_LOCAL_C(15)
79 NDNBOOST_PP_LOCAL_MACRO(15)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070080# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070081# if NDNBOOST_PP_LOCAL_C(16)
82 NDNBOOST_PP_LOCAL_MACRO(16)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070083# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070084# if NDNBOOST_PP_LOCAL_C(17)
85 NDNBOOST_PP_LOCAL_MACRO(17)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070086# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070087# if NDNBOOST_PP_LOCAL_C(18)
88 NDNBOOST_PP_LOCAL_MACRO(18)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070089# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070090# if NDNBOOST_PP_LOCAL_C(19)
91 NDNBOOST_PP_LOCAL_MACRO(19)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070092# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070093# if NDNBOOST_PP_LOCAL_C(20)
94 NDNBOOST_PP_LOCAL_MACRO(20)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070095# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070096# if NDNBOOST_PP_LOCAL_C(21)
97 NDNBOOST_PP_LOCAL_MACRO(21)
Jeff Thompsonf7d49942013-08-01 16:47:40 -070098# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -070099# if NDNBOOST_PP_LOCAL_C(22)
100 NDNBOOST_PP_LOCAL_MACRO(22)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700101# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700102# if NDNBOOST_PP_LOCAL_C(23)
103 NDNBOOST_PP_LOCAL_MACRO(23)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700104# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700105# if NDNBOOST_PP_LOCAL_C(24)
106 NDNBOOST_PP_LOCAL_MACRO(24)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700107# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700108# if NDNBOOST_PP_LOCAL_C(25)
109 NDNBOOST_PP_LOCAL_MACRO(25)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700110# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700111# if NDNBOOST_PP_LOCAL_C(26)
112 NDNBOOST_PP_LOCAL_MACRO(26)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700113# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700114# if NDNBOOST_PP_LOCAL_C(27)
115 NDNBOOST_PP_LOCAL_MACRO(27)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700116# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700117# if NDNBOOST_PP_LOCAL_C(28)
118 NDNBOOST_PP_LOCAL_MACRO(28)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700119# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700120# if NDNBOOST_PP_LOCAL_C(29)
121 NDNBOOST_PP_LOCAL_MACRO(29)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700122# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700123# if NDNBOOST_PP_LOCAL_C(30)
124 NDNBOOST_PP_LOCAL_MACRO(30)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700125# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700126# if NDNBOOST_PP_LOCAL_C(31)
127 NDNBOOST_PP_LOCAL_MACRO(31)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700128# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700129# if NDNBOOST_PP_LOCAL_C(32)
130 NDNBOOST_PP_LOCAL_MACRO(32)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700131# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700132# if NDNBOOST_PP_LOCAL_C(33)
133 NDNBOOST_PP_LOCAL_MACRO(33)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700134# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700135# if NDNBOOST_PP_LOCAL_C(34)
136 NDNBOOST_PP_LOCAL_MACRO(34)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700137# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700138# if NDNBOOST_PP_LOCAL_C(35)
139 NDNBOOST_PP_LOCAL_MACRO(35)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700140# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700141# if NDNBOOST_PP_LOCAL_C(36)
142 NDNBOOST_PP_LOCAL_MACRO(36)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700143# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700144# if NDNBOOST_PP_LOCAL_C(37)
145 NDNBOOST_PP_LOCAL_MACRO(37)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700146# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700147# if NDNBOOST_PP_LOCAL_C(38)
148 NDNBOOST_PP_LOCAL_MACRO(38)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700149# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700150# if NDNBOOST_PP_LOCAL_C(39)
151 NDNBOOST_PP_LOCAL_MACRO(39)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700152# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700153# if NDNBOOST_PP_LOCAL_C(40)
154 NDNBOOST_PP_LOCAL_MACRO(40)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700155# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700156# if NDNBOOST_PP_LOCAL_C(41)
157 NDNBOOST_PP_LOCAL_MACRO(41)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700158# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700159# if NDNBOOST_PP_LOCAL_C(42)
160 NDNBOOST_PP_LOCAL_MACRO(42)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700161# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700162# if NDNBOOST_PP_LOCAL_C(43)
163 NDNBOOST_PP_LOCAL_MACRO(43)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700164# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700165# if NDNBOOST_PP_LOCAL_C(44)
166 NDNBOOST_PP_LOCAL_MACRO(44)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700167# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700168# if NDNBOOST_PP_LOCAL_C(45)
169 NDNBOOST_PP_LOCAL_MACRO(45)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700170# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700171# if NDNBOOST_PP_LOCAL_C(46)
172 NDNBOOST_PP_LOCAL_MACRO(46)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700173# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700174# if NDNBOOST_PP_LOCAL_C(47)
175 NDNBOOST_PP_LOCAL_MACRO(47)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700176# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700177# if NDNBOOST_PP_LOCAL_C(48)
178 NDNBOOST_PP_LOCAL_MACRO(48)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700179# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700180# if NDNBOOST_PP_LOCAL_C(49)
181 NDNBOOST_PP_LOCAL_MACRO(49)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700182# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700183# if NDNBOOST_PP_LOCAL_C(50)
184 NDNBOOST_PP_LOCAL_MACRO(50)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700185# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700186# if NDNBOOST_PP_LOCAL_C(51)
187 NDNBOOST_PP_LOCAL_MACRO(51)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700188# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700189# if NDNBOOST_PP_LOCAL_C(52)
190 NDNBOOST_PP_LOCAL_MACRO(52)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700191# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700192# if NDNBOOST_PP_LOCAL_C(53)
193 NDNBOOST_PP_LOCAL_MACRO(53)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700194# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700195# if NDNBOOST_PP_LOCAL_C(54)
196 NDNBOOST_PP_LOCAL_MACRO(54)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700197# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700198# if NDNBOOST_PP_LOCAL_C(55)
199 NDNBOOST_PP_LOCAL_MACRO(55)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700200# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700201# if NDNBOOST_PP_LOCAL_C(56)
202 NDNBOOST_PP_LOCAL_MACRO(56)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700203# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700204# if NDNBOOST_PP_LOCAL_C(57)
205 NDNBOOST_PP_LOCAL_MACRO(57)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700206# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700207# if NDNBOOST_PP_LOCAL_C(58)
208 NDNBOOST_PP_LOCAL_MACRO(58)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700209# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700210# if NDNBOOST_PP_LOCAL_C(59)
211 NDNBOOST_PP_LOCAL_MACRO(59)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700212# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700213# if NDNBOOST_PP_LOCAL_C(60)
214 NDNBOOST_PP_LOCAL_MACRO(60)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700215# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700216# if NDNBOOST_PP_LOCAL_C(61)
217 NDNBOOST_PP_LOCAL_MACRO(61)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700218# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700219# if NDNBOOST_PP_LOCAL_C(62)
220 NDNBOOST_PP_LOCAL_MACRO(62)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700221# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700222# if NDNBOOST_PP_LOCAL_C(63)
223 NDNBOOST_PP_LOCAL_MACRO(63)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700224# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700225# if NDNBOOST_PP_LOCAL_C(64)
226 NDNBOOST_PP_LOCAL_MACRO(64)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700227# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700228# if NDNBOOST_PP_LOCAL_C(65)
229 NDNBOOST_PP_LOCAL_MACRO(65)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700230# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700231# if NDNBOOST_PP_LOCAL_C(66)
232 NDNBOOST_PP_LOCAL_MACRO(66)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700233# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700234# if NDNBOOST_PP_LOCAL_C(67)
235 NDNBOOST_PP_LOCAL_MACRO(67)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700236# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700237# if NDNBOOST_PP_LOCAL_C(68)
238 NDNBOOST_PP_LOCAL_MACRO(68)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700239# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700240# if NDNBOOST_PP_LOCAL_C(69)
241 NDNBOOST_PP_LOCAL_MACRO(69)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700242# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700243# if NDNBOOST_PP_LOCAL_C(70)
244 NDNBOOST_PP_LOCAL_MACRO(70)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700245# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700246# if NDNBOOST_PP_LOCAL_C(71)
247 NDNBOOST_PP_LOCAL_MACRO(71)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700248# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700249# if NDNBOOST_PP_LOCAL_C(72)
250 NDNBOOST_PP_LOCAL_MACRO(72)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700251# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700252# if NDNBOOST_PP_LOCAL_C(73)
253 NDNBOOST_PP_LOCAL_MACRO(73)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700254# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700255# if NDNBOOST_PP_LOCAL_C(74)
256 NDNBOOST_PP_LOCAL_MACRO(74)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700257# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700258# if NDNBOOST_PP_LOCAL_C(75)
259 NDNBOOST_PP_LOCAL_MACRO(75)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700260# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700261# if NDNBOOST_PP_LOCAL_C(76)
262 NDNBOOST_PP_LOCAL_MACRO(76)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700263# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700264# if NDNBOOST_PP_LOCAL_C(77)
265 NDNBOOST_PP_LOCAL_MACRO(77)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700266# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700267# if NDNBOOST_PP_LOCAL_C(78)
268 NDNBOOST_PP_LOCAL_MACRO(78)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700269# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700270# if NDNBOOST_PP_LOCAL_C(79)
271 NDNBOOST_PP_LOCAL_MACRO(79)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700272# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700273# if NDNBOOST_PP_LOCAL_C(80)
274 NDNBOOST_PP_LOCAL_MACRO(80)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700275# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700276# if NDNBOOST_PP_LOCAL_C(81)
277 NDNBOOST_PP_LOCAL_MACRO(81)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700278# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700279# if NDNBOOST_PP_LOCAL_C(82)
280 NDNBOOST_PP_LOCAL_MACRO(82)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700281# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700282# if NDNBOOST_PP_LOCAL_C(83)
283 NDNBOOST_PP_LOCAL_MACRO(83)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700284# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700285# if NDNBOOST_PP_LOCAL_C(84)
286 NDNBOOST_PP_LOCAL_MACRO(84)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700287# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700288# if NDNBOOST_PP_LOCAL_C(85)
289 NDNBOOST_PP_LOCAL_MACRO(85)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700290# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700291# if NDNBOOST_PP_LOCAL_C(86)
292 NDNBOOST_PP_LOCAL_MACRO(86)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700293# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700294# if NDNBOOST_PP_LOCAL_C(87)
295 NDNBOOST_PP_LOCAL_MACRO(87)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700296# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700297# if NDNBOOST_PP_LOCAL_C(88)
298 NDNBOOST_PP_LOCAL_MACRO(88)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700299# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700300# if NDNBOOST_PP_LOCAL_C(89)
301 NDNBOOST_PP_LOCAL_MACRO(89)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700302# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700303# if NDNBOOST_PP_LOCAL_C(90)
304 NDNBOOST_PP_LOCAL_MACRO(90)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700305# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700306# if NDNBOOST_PP_LOCAL_C(91)
307 NDNBOOST_PP_LOCAL_MACRO(91)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700308# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700309# if NDNBOOST_PP_LOCAL_C(92)
310 NDNBOOST_PP_LOCAL_MACRO(92)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700311# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700312# if NDNBOOST_PP_LOCAL_C(93)
313 NDNBOOST_PP_LOCAL_MACRO(93)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700314# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700315# if NDNBOOST_PP_LOCAL_C(94)
316 NDNBOOST_PP_LOCAL_MACRO(94)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700317# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700318# if NDNBOOST_PP_LOCAL_C(95)
319 NDNBOOST_PP_LOCAL_MACRO(95)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700320# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700321# if NDNBOOST_PP_LOCAL_C(96)
322 NDNBOOST_PP_LOCAL_MACRO(96)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700323# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700324# if NDNBOOST_PP_LOCAL_C(97)
325 NDNBOOST_PP_LOCAL_MACRO(97)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700326# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700327# if NDNBOOST_PP_LOCAL_C(98)
328 NDNBOOST_PP_LOCAL_MACRO(98)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700329# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700330# if NDNBOOST_PP_LOCAL_C(99)
331 NDNBOOST_PP_LOCAL_MACRO(99)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700332# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700333# if NDNBOOST_PP_LOCAL_C(100)
334 NDNBOOST_PP_LOCAL_MACRO(100)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700335# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700336# if NDNBOOST_PP_LOCAL_C(101)
337 NDNBOOST_PP_LOCAL_MACRO(101)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700338# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700339# if NDNBOOST_PP_LOCAL_C(102)
340 NDNBOOST_PP_LOCAL_MACRO(102)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700341# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700342# if NDNBOOST_PP_LOCAL_C(103)
343 NDNBOOST_PP_LOCAL_MACRO(103)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700344# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700345# if NDNBOOST_PP_LOCAL_C(104)
346 NDNBOOST_PP_LOCAL_MACRO(104)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700347# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700348# if NDNBOOST_PP_LOCAL_C(105)
349 NDNBOOST_PP_LOCAL_MACRO(105)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700350# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700351# if NDNBOOST_PP_LOCAL_C(106)
352 NDNBOOST_PP_LOCAL_MACRO(106)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700353# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700354# if NDNBOOST_PP_LOCAL_C(107)
355 NDNBOOST_PP_LOCAL_MACRO(107)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700356# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700357# if NDNBOOST_PP_LOCAL_C(108)
358 NDNBOOST_PP_LOCAL_MACRO(108)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700359# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700360# if NDNBOOST_PP_LOCAL_C(109)
361 NDNBOOST_PP_LOCAL_MACRO(109)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700362# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700363# if NDNBOOST_PP_LOCAL_C(110)
364 NDNBOOST_PP_LOCAL_MACRO(110)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700365# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700366# if NDNBOOST_PP_LOCAL_C(111)
367 NDNBOOST_PP_LOCAL_MACRO(111)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700368# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700369# if NDNBOOST_PP_LOCAL_C(112)
370 NDNBOOST_PP_LOCAL_MACRO(112)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700371# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700372# if NDNBOOST_PP_LOCAL_C(113)
373 NDNBOOST_PP_LOCAL_MACRO(113)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700374# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700375# if NDNBOOST_PP_LOCAL_C(114)
376 NDNBOOST_PP_LOCAL_MACRO(114)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700377# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700378# if NDNBOOST_PP_LOCAL_C(115)
379 NDNBOOST_PP_LOCAL_MACRO(115)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700380# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700381# if NDNBOOST_PP_LOCAL_C(116)
382 NDNBOOST_PP_LOCAL_MACRO(116)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700383# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700384# if NDNBOOST_PP_LOCAL_C(117)
385 NDNBOOST_PP_LOCAL_MACRO(117)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700386# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700387# if NDNBOOST_PP_LOCAL_C(118)
388 NDNBOOST_PP_LOCAL_MACRO(118)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700389# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700390# if NDNBOOST_PP_LOCAL_C(119)
391 NDNBOOST_PP_LOCAL_MACRO(119)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700392# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700393# if NDNBOOST_PP_LOCAL_C(120)
394 NDNBOOST_PP_LOCAL_MACRO(120)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700395# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700396# if NDNBOOST_PP_LOCAL_C(121)
397 NDNBOOST_PP_LOCAL_MACRO(121)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700398# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700399# if NDNBOOST_PP_LOCAL_C(122)
400 NDNBOOST_PP_LOCAL_MACRO(122)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700401# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700402# if NDNBOOST_PP_LOCAL_C(123)
403 NDNBOOST_PP_LOCAL_MACRO(123)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700404# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700405# if NDNBOOST_PP_LOCAL_C(124)
406 NDNBOOST_PP_LOCAL_MACRO(124)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700407# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700408# if NDNBOOST_PP_LOCAL_C(125)
409 NDNBOOST_PP_LOCAL_MACRO(125)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700410# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700411# if NDNBOOST_PP_LOCAL_C(126)
412 NDNBOOST_PP_LOCAL_MACRO(126)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700413# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700414# if NDNBOOST_PP_LOCAL_C(127)
415 NDNBOOST_PP_LOCAL_MACRO(127)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700416# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700417# if NDNBOOST_PP_LOCAL_C(128)
418 NDNBOOST_PP_LOCAL_MACRO(128)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700419# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700420# if NDNBOOST_PP_LOCAL_C(129)
421 NDNBOOST_PP_LOCAL_MACRO(129)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700422# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700423# if NDNBOOST_PP_LOCAL_C(130)
424 NDNBOOST_PP_LOCAL_MACRO(130)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700425# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700426# if NDNBOOST_PP_LOCAL_C(131)
427 NDNBOOST_PP_LOCAL_MACRO(131)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700428# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700429# if NDNBOOST_PP_LOCAL_C(132)
430 NDNBOOST_PP_LOCAL_MACRO(132)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700431# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700432# if NDNBOOST_PP_LOCAL_C(133)
433 NDNBOOST_PP_LOCAL_MACRO(133)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700434# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700435# if NDNBOOST_PP_LOCAL_C(134)
436 NDNBOOST_PP_LOCAL_MACRO(134)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700437# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700438# if NDNBOOST_PP_LOCAL_C(135)
439 NDNBOOST_PP_LOCAL_MACRO(135)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700440# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700441# if NDNBOOST_PP_LOCAL_C(136)
442 NDNBOOST_PP_LOCAL_MACRO(136)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700443# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700444# if NDNBOOST_PP_LOCAL_C(137)
445 NDNBOOST_PP_LOCAL_MACRO(137)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700446# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700447# if NDNBOOST_PP_LOCAL_C(138)
448 NDNBOOST_PP_LOCAL_MACRO(138)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700449# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700450# if NDNBOOST_PP_LOCAL_C(139)
451 NDNBOOST_PP_LOCAL_MACRO(139)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700452# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700453# if NDNBOOST_PP_LOCAL_C(140)
454 NDNBOOST_PP_LOCAL_MACRO(140)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700455# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700456# if NDNBOOST_PP_LOCAL_C(141)
457 NDNBOOST_PP_LOCAL_MACRO(141)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700458# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700459# if NDNBOOST_PP_LOCAL_C(142)
460 NDNBOOST_PP_LOCAL_MACRO(142)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700461# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700462# if NDNBOOST_PP_LOCAL_C(143)
463 NDNBOOST_PP_LOCAL_MACRO(143)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700464# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700465# if NDNBOOST_PP_LOCAL_C(144)
466 NDNBOOST_PP_LOCAL_MACRO(144)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700467# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700468# if NDNBOOST_PP_LOCAL_C(145)
469 NDNBOOST_PP_LOCAL_MACRO(145)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700470# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700471# if NDNBOOST_PP_LOCAL_C(146)
472 NDNBOOST_PP_LOCAL_MACRO(146)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700473# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700474# if NDNBOOST_PP_LOCAL_C(147)
475 NDNBOOST_PP_LOCAL_MACRO(147)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700476# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700477# if NDNBOOST_PP_LOCAL_C(148)
478 NDNBOOST_PP_LOCAL_MACRO(148)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700479# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700480# if NDNBOOST_PP_LOCAL_C(149)
481 NDNBOOST_PP_LOCAL_MACRO(149)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700482# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700483# if NDNBOOST_PP_LOCAL_C(150)
484 NDNBOOST_PP_LOCAL_MACRO(150)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700485# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700486# if NDNBOOST_PP_LOCAL_C(151)
487 NDNBOOST_PP_LOCAL_MACRO(151)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700488# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700489# if NDNBOOST_PP_LOCAL_C(152)
490 NDNBOOST_PP_LOCAL_MACRO(152)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700491# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700492# if NDNBOOST_PP_LOCAL_C(153)
493 NDNBOOST_PP_LOCAL_MACRO(153)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700494# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700495# if NDNBOOST_PP_LOCAL_C(154)
496 NDNBOOST_PP_LOCAL_MACRO(154)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700497# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700498# if NDNBOOST_PP_LOCAL_C(155)
499 NDNBOOST_PP_LOCAL_MACRO(155)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700500# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700501# if NDNBOOST_PP_LOCAL_C(156)
502 NDNBOOST_PP_LOCAL_MACRO(156)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700503# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700504# if NDNBOOST_PP_LOCAL_C(157)
505 NDNBOOST_PP_LOCAL_MACRO(157)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700506# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700507# if NDNBOOST_PP_LOCAL_C(158)
508 NDNBOOST_PP_LOCAL_MACRO(158)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700509# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700510# if NDNBOOST_PP_LOCAL_C(159)
511 NDNBOOST_PP_LOCAL_MACRO(159)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700512# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700513# if NDNBOOST_PP_LOCAL_C(160)
514 NDNBOOST_PP_LOCAL_MACRO(160)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700515# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700516# if NDNBOOST_PP_LOCAL_C(161)
517 NDNBOOST_PP_LOCAL_MACRO(161)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700518# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700519# if NDNBOOST_PP_LOCAL_C(162)
520 NDNBOOST_PP_LOCAL_MACRO(162)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700521# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700522# if NDNBOOST_PP_LOCAL_C(163)
523 NDNBOOST_PP_LOCAL_MACRO(163)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700524# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700525# if NDNBOOST_PP_LOCAL_C(164)
526 NDNBOOST_PP_LOCAL_MACRO(164)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700527# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700528# if NDNBOOST_PP_LOCAL_C(165)
529 NDNBOOST_PP_LOCAL_MACRO(165)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700530# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700531# if NDNBOOST_PP_LOCAL_C(166)
532 NDNBOOST_PP_LOCAL_MACRO(166)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700533# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700534# if NDNBOOST_PP_LOCAL_C(167)
535 NDNBOOST_PP_LOCAL_MACRO(167)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700536# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700537# if NDNBOOST_PP_LOCAL_C(168)
538 NDNBOOST_PP_LOCAL_MACRO(168)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700539# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700540# if NDNBOOST_PP_LOCAL_C(169)
541 NDNBOOST_PP_LOCAL_MACRO(169)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700542# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700543# if NDNBOOST_PP_LOCAL_C(170)
544 NDNBOOST_PP_LOCAL_MACRO(170)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700545# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700546# if NDNBOOST_PP_LOCAL_C(171)
547 NDNBOOST_PP_LOCAL_MACRO(171)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700548# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700549# if NDNBOOST_PP_LOCAL_C(172)
550 NDNBOOST_PP_LOCAL_MACRO(172)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700551# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700552# if NDNBOOST_PP_LOCAL_C(173)
553 NDNBOOST_PP_LOCAL_MACRO(173)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700554# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700555# if NDNBOOST_PP_LOCAL_C(174)
556 NDNBOOST_PP_LOCAL_MACRO(174)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700557# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700558# if NDNBOOST_PP_LOCAL_C(175)
559 NDNBOOST_PP_LOCAL_MACRO(175)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700560# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700561# if NDNBOOST_PP_LOCAL_C(176)
562 NDNBOOST_PP_LOCAL_MACRO(176)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700563# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700564# if NDNBOOST_PP_LOCAL_C(177)
565 NDNBOOST_PP_LOCAL_MACRO(177)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700566# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700567# if NDNBOOST_PP_LOCAL_C(178)
568 NDNBOOST_PP_LOCAL_MACRO(178)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700569# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700570# if NDNBOOST_PP_LOCAL_C(179)
571 NDNBOOST_PP_LOCAL_MACRO(179)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700572# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700573# if NDNBOOST_PP_LOCAL_C(180)
574 NDNBOOST_PP_LOCAL_MACRO(180)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700575# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700576# if NDNBOOST_PP_LOCAL_C(181)
577 NDNBOOST_PP_LOCAL_MACRO(181)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700578# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700579# if NDNBOOST_PP_LOCAL_C(182)
580 NDNBOOST_PP_LOCAL_MACRO(182)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700581# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700582# if NDNBOOST_PP_LOCAL_C(183)
583 NDNBOOST_PP_LOCAL_MACRO(183)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700584# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700585# if NDNBOOST_PP_LOCAL_C(184)
586 NDNBOOST_PP_LOCAL_MACRO(184)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700587# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700588# if NDNBOOST_PP_LOCAL_C(185)
589 NDNBOOST_PP_LOCAL_MACRO(185)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700590# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700591# if NDNBOOST_PP_LOCAL_C(186)
592 NDNBOOST_PP_LOCAL_MACRO(186)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700593# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700594# if NDNBOOST_PP_LOCAL_C(187)
595 NDNBOOST_PP_LOCAL_MACRO(187)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700596# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700597# if NDNBOOST_PP_LOCAL_C(188)
598 NDNBOOST_PP_LOCAL_MACRO(188)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700599# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700600# if NDNBOOST_PP_LOCAL_C(189)
601 NDNBOOST_PP_LOCAL_MACRO(189)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700602# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700603# if NDNBOOST_PP_LOCAL_C(190)
604 NDNBOOST_PP_LOCAL_MACRO(190)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700605# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700606# if NDNBOOST_PP_LOCAL_C(191)
607 NDNBOOST_PP_LOCAL_MACRO(191)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700608# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700609# if NDNBOOST_PP_LOCAL_C(192)
610 NDNBOOST_PP_LOCAL_MACRO(192)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700611# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700612# if NDNBOOST_PP_LOCAL_C(193)
613 NDNBOOST_PP_LOCAL_MACRO(193)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700614# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700615# if NDNBOOST_PP_LOCAL_C(194)
616 NDNBOOST_PP_LOCAL_MACRO(194)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700617# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700618# if NDNBOOST_PP_LOCAL_C(195)
619 NDNBOOST_PP_LOCAL_MACRO(195)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700620# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700621# if NDNBOOST_PP_LOCAL_C(196)
622 NDNBOOST_PP_LOCAL_MACRO(196)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700623# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700624# if NDNBOOST_PP_LOCAL_C(197)
625 NDNBOOST_PP_LOCAL_MACRO(197)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700626# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700627# if NDNBOOST_PP_LOCAL_C(198)
628 NDNBOOST_PP_LOCAL_MACRO(198)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700629# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700630# if NDNBOOST_PP_LOCAL_C(199)
631 NDNBOOST_PP_LOCAL_MACRO(199)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700632# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700633# if NDNBOOST_PP_LOCAL_C(200)
634 NDNBOOST_PP_LOCAL_MACRO(200)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700635# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700636# if NDNBOOST_PP_LOCAL_C(201)
637 NDNBOOST_PP_LOCAL_MACRO(201)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700638# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700639# if NDNBOOST_PP_LOCAL_C(202)
640 NDNBOOST_PP_LOCAL_MACRO(202)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700641# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700642# if NDNBOOST_PP_LOCAL_C(203)
643 NDNBOOST_PP_LOCAL_MACRO(203)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700644# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700645# if NDNBOOST_PP_LOCAL_C(204)
646 NDNBOOST_PP_LOCAL_MACRO(204)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700647# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700648# if NDNBOOST_PP_LOCAL_C(205)
649 NDNBOOST_PP_LOCAL_MACRO(205)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700650# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700651# if NDNBOOST_PP_LOCAL_C(206)
652 NDNBOOST_PP_LOCAL_MACRO(206)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700653# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700654# if NDNBOOST_PP_LOCAL_C(207)
655 NDNBOOST_PP_LOCAL_MACRO(207)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700656# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700657# if NDNBOOST_PP_LOCAL_C(208)
658 NDNBOOST_PP_LOCAL_MACRO(208)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700659# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700660# if NDNBOOST_PP_LOCAL_C(209)
661 NDNBOOST_PP_LOCAL_MACRO(209)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700662# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700663# if NDNBOOST_PP_LOCAL_C(210)
664 NDNBOOST_PP_LOCAL_MACRO(210)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700665# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700666# if NDNBOOST_PP_LOCAL_C(211)
667 NDNBOOST_PP_LOCAL_MACRO(211)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700668# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700669# if NDNBOOST_PP_LOCAL_C(212)
670 NDNBOOST_PP_LOCAL_MACRO(212)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700671# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700672# if NDNBOOST_PP_LOCAL_C(213)
673 NDNBOOST_PP_LOCAL_MACRO(213)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700674# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700675# if NDNBOOST_PP_LOCAL_C(214)
676 NDNBOOST_PP_LOCAL_MACRO(214)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700677# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700678# if NDNBOOST_PP_LOCAL_C(215)
679 NDNBOOST_PP_LOCAL_MACRO(215)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700680# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700681# if NDNBOOST_PP_LOCAL_C(216)
682 NDNBOOST_PP_LOCAL_MACRO(216)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700683# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700684# if NDNBOOST_PP_LOCAL_C(217)
685 NDNBOOST_PP_LOCAL_MACRO(217)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700686# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700687# if NDNBOOST_PP_LOCAL_C(218)
688 NDNBOOST_PP_LOCAL_MACRO(218)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700689# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700690# if NDNBOOST_PP_LOCAL_C(219)
691 NDNBOOST_PP_LOCAL_MACRO(219)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700692# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700693# if NDNBOOST_PP_LOCAL_C(220)
694 NDNBOOST_PP_LOCAL_MACRO(220)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700695# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700696# if NDNBOOST_PP_LOCAL_C(221)
697 NDNBOOST_PP_LOCAL_MACRO(221)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700698# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700699# if NDNBOOST_PP_LOCAL_C(222)
700 NDNBOOST_PP_LOCAL_MACRO(222)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700701# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700702# if NDNBOOST_PP_LOCAL_C(223)
703 NDNBOOST_PP_LOCAL_MACRO(223)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700704# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700705# if NDNBOOST_PP_LOCAL_C(224)
706 NDNBOOST_PP_LOCAL_MACRO(224)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700707# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700708# if NDNBOOST_PP_LOCAL_C(225)
709 NDNBOOST_PP_LOCAL_MACRO(225)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700710# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700711# if NDNBOOST_PP_LOCAL_C(226)
712 NDNBOOST_PP_LOCAL_MACRO(226)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700713# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700714# if NDNBOOST_PP_LOCAL_C(227)
715 NDNBOOST_PP_LOCAL_MACRO(227)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700716# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700717# if NDNBOOST_PP_LOCAL_C(228)
718 NDNBOOST_PP_LOCAL_MACRO(228)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700719# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700720# if NDNBOOST_PP_LOCAL_C(229)
721 NDNBOOST_PP_LOCAL_MACRO(229)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700722# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700723# if NDNBOOST_PP_LOCAL_C(230)
724 NDNBOOST_PP_LOCAL_MACRO(230)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700725# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700726# if NDNBOOST_PP_LOCAL_C(231)
727 NDNBOOST_PP_LOCAL_MACRO(231)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700728# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700729# if NDNBOOST_PP_LOCAL_C(232)
730 NDNBOOST_PP_LOCAL_MACRO(232)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700731# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700732# if NDNBOOST_PP_LOCAL_C(233)
733 NDNBOOST_PP_LOCAL_MACRO(233)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700734# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700735# if NDNBOOST_PP_LOCAL_C(234)
736 NDNBOOST_PP_LOCAL_MACRO(234)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700737# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700738# if NDNBOOST_PP_LOCAL_C(235)
739 NDNBOOST_PP_LOCAL_MACRO(235)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700740# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700741# if NDNBOOST_PP_LOCAL_C(236)
742 NDNBOOST_PP_LOCAL_MACRO(236)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700743# endif
744
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700745# if NDNBOOST_PP_LOCAL_C(237)
746 NDNBOOST_PP_LOCAL_MACRO(237)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700747# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700748# if NDNBOOST_PP_LOCAL_C(238)
749 NDNBOOST_PP_LOCAL_MACRO(238)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700750# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700751# if NDNBOOST_PP_LOCAL_C(239)
752 NDNBOOST_PP_LOCAL_MACRO(239)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700753# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700754# if NDNBOOST_PP_LOCAL_C(240)
755 NDNBOOST_PP_LOCAL_MACRO(240)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700756# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700757# if NDNBOOST_PP_LOCAL_C(241)
758 NDNBOOST_PP_LOCAL_MACRO(241)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700759# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700760# if NDNBOOST_PP_LOCAL_C(242)
761 NDNBOOST_PP_LOCAL_MACRO(242)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700762# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700763# if NDNBOOST_PP_LOCAL_C(243)
764 NDNBOOST_PP_LOCAL_MACRO(243)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700765# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700766# if NDNBOOST_PP_LOCAL_C(244)
767 NDNBOOST_PP_LOCAL_MACRO(244)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700768# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700769# if NDNBOOST_PP_LOCAL_C(245)
770 NDNBOOST_PP_LOCAL_MACRO(245)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700771# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700772# if NDNBOOST_PP_LOCAL_C(246)
773 NDNBOOST_PP_LOCAL_MACRO(246)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700774# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700775# if NDNBOOST_PP_LOCAL_C(247)
776 NDNBOOST_PP_LOCAL_MACRO(247)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700777# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700778# if NDNBOOST_PP_LOCAL_C(248)
779 NDNBOOST_PP_LOCAL_MACRO(248)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700780# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700781# if NDNBOOST_PP_LOCAL_C(249)
782 NDNBOOST_PP_LOCAL_MACRO(249)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700783# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700784# if NDNBOOST_PP_LOCAL_C(250)
785 NDNBOOST_PP_LOCAL_MACRO(250)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700786# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700787# if NDNBOOST_PP_LOCAL_C(251)
788 NDNBOOST_PP_LOCAL_MACRO(251)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700789# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700790# if NDNBOOST_PP_LOCAL_C(252)
791 NDNBOOST_PP_LOCAL_MACRO(252)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700792# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700793# if NDNBOOST_PP_LOCAL_C(253)
794 NDNBOOST_PP_LOCAL_MACRO(253)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700795# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700796# if NDNBOOST_PP_LOCAL_C(254)
797 NDNBOOST_PP_LOCAL_MACRO(254)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700798# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700799# if NDNBOOST_PP_LOCAL_C(255)
800 NDNBOOST_PP_LOCAL_MACRO(255)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700801# endif
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700802# if NDNBOOST_PP_LOCAL_C(256)
803 NDNBOOST_PP_LOCAL_MACRO(256)
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700804# endif
805# endif
806#
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700807# undef NDNBOOST_PP_LOCAL_LIMITS
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700808#
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700809# undef NDNBOOST_PP_LOCAL_S
810# undef NDNBOOST_PP_LOCAL_F
Jeff Thompsonf7d49942013-08-01 16:47:40 -0700811#
Jeff Thompson3d613fd2013-10-15 15:39:04 -0700812# undef NDNBOOST_PP_LOCAL_MACRO