2002-06-20 03:04:41 +00:00
|
|
|
# /* **************************************************************************
|
|
|
|
# * *
|
|
|
|
# * (C) Copyright Paul Mensonides 2002. Permission to copy, use, *
|
|
|
|
# * modify, sell, and distribute this software is granted provided *
|
|
|
|
# * this copyright notice appears in all copies. This software is *
|
|
|
|
# * provided "as is" without express or implied warranty, and with *
|
|
|
|
# * no claim at to its suitability for any purpose. *
|
|
|
|
# * *
|
|
|
|
# ************************************************************************** */
|
|
|
|
#
|
2002-06-24 07:35:29 +00:00
|
|
|
# line BOOST_PP_DETAIL_LINE()
|
2002-06-21 23:13:24 +00:00
|
|
|
#
|
2002-06-30 09:17:09 +00:00
|
|
|
# ifndef BOOST_PP_VALUE
|
|
|
|
# error BOOST_PP: BOOST_PP_VALUE must be set prior to including BOOST_PP_SET_LBOUND()
|
2002-06-20 03:04:41 +00:00
|
|
|
# endif
|
|
|
|
#
|
2002-06-30 09:17:09 +00:00
|
|
|
# undef BOOST_PP_ITERATION_START_1
|
|
|
|
#
|
|
|
|
# if (BOOST_PP_VALUE) == 0
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 0
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 1
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 1
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 2
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 2
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 3
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 3
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 4
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 4
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 5
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 5
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 6
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 6
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 7
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 7
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 8
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 8
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 9
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 9
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 10
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 10
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 11
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 11
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 12
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 12
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 13
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 13
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 14
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 14
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 15
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 15
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 16
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 16
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 17
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 17
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 18
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 18
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 19
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 19
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 20
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 20
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 21
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 21
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 22
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 22
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 23
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 23
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 24
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 24
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 25
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 25
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 26
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 26
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 27
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 27
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 28
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 28
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 29
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 29
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 30
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 30
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 31
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 31
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 32
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 32
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 33
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 33
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 34
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 34
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 35
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 35
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 36
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 36
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 37
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 37
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 38
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 38
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 39
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 39
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 40
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 40
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 41
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 41
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 42
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 42
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 43
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 43
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 44
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 44
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 45
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 45
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 46
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 46
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 47
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 47
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 48
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 48
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 49
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 49
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 50
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 50
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 51
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 51
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 52
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 52
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 53
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 53
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 54
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 54
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 55
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 55
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 56
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 56
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 57
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 57
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 58
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 58
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 59
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 59
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 60
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 60
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 61
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 61
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 62
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 62
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 63
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 63
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 64
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 64
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 65
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 65
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 66
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 66
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 67
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 67
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 68
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 68
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 69
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 69
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 70
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 70
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 71
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 71
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 72
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 72
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 73
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 73
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 74
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 74
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 75
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 75
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 76
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 76
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 77
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 77
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 78
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 78
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 79
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 79
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 80
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 80
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 81
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 81
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 82
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 82
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 83
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 83
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 84
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 84
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 85
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 85
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 86
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 86
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 87
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 87
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 88
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 88
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 89
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 89
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 90
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 90
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 91
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 91
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 92
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 92
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 93
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 93
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 94
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 94
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 95
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 95
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 96
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 96
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 97
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 97
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 98
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 98
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 99
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 99
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 100
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 100
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 101
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 101
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 102
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 102
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 103
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 103
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 104
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 104
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 105
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 105
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 106
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 106
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 107
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 107
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 108
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 108
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 109
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 109
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 110
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 110
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 111
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 111
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 112
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 112
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 113
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 113
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 114
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 114
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 115
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 115
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 116
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 116
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 117
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 117
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 118
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 118
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 119
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 119
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 120
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 120
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 121
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 121
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 122
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 122
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 123
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 123
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 124
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 124
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 125
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 125
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 126
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 126
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 127
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 127
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 128
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 128
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 129
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 129
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 130
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 130
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 131
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 131
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 132
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 132
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 133
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 133
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 134
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 134
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 135
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 135
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 136
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 136
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 137
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 137
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 138
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 138
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 139
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 139
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 140
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 140
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 141
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 141
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 142
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 142
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 143
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 143
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 144
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 144
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 145
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 145
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 146
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 146
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 147
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 147
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 148
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 148
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 149
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 149
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 150
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 150
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 151
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 151
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 152
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 152
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 153
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 153
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 154
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 154
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 155
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 155
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 156
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 156
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 157
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 157
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 158
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 158
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 159
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 159
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 160
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 160
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 161
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 161
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 162
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 162
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 163
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 163
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 164
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 164
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 165
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 165
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 166
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 166
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 167
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 167
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 168
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 168
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 169
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 169
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 170
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 170
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 171
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 171
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 172
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 172
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 173
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 173
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 174
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 174
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 175
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 175
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 176
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 176
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 177
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 177
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 178
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 178
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 179
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 179
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 180
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 180
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 181
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 181
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 182
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 182
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 183
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 183
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 184
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 184
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 185
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 185
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 186
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 186
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 187
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 187
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 188
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 188
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 189
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 189
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 190
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 190
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 191
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 191
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 192
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 192
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 193
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 193
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 194
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 194
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 195
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 195
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 196
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 196
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 197
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 197
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 198
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 198
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 199
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 199
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 200
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 200
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 201
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 201
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 202
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 202
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 203
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 203
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 204
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 204
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 205
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 205
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 206
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 206
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 207
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 207
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 208
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 208
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 209
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 209
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 210
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 210
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 211
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 211
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 212
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 212
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 213
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 213
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 214
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 214
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 215
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 215
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 216
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 216
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 217
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 217
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 218
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 218
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 219
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 219
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 220
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 220
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 221
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 221
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 222
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 222
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 223
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 223
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 224
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 224
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 225
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 225
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 226
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 226
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 227
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 227
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 228
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 228
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 229
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 229
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 230
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 230
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 231
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 231
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 232
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 232
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 233
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 233
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 234
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 234
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 235
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 235
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 236
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 236
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 237
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 237
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 238
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 238
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 239
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 239
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 240
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 240
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 241
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 241
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 242
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 242
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 243
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 243
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 244
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 244
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 245
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 245
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 246
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 246
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 247
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 247
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 248
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 248
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 249
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 249
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 250
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 250
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 251
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 251
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 252
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 252
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 253
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 253
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 254
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 254
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 255
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 255
|
2002-06-30 09:17:09 +00:00
|
|
|
# elif (BOOST_PP_VALUE) == 256
|
2002-06-20 03:04:41 +00:00
|
|
|
# define BOOST_PP_ITERATION_START_1 256
|
|
|
|
# else
|
2002-06-30 09:17:09 +00:00
|
|
|
# error BOOST_PP: BOOST_PP_VALUE is out of range
|
2002-06-20 03:04:41 +00:00
|
|
|
# endif
|
|
|
|
#
|
2002-06-30 09:17:09 +00:00
|
|
|
# undef BOOST_PP_VALUE
|