123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- # /* **************************************************************************
- # * *
- # * (C) Copyright Paul Mensonides 2002-2011. *
- # * (C) Copyright Edward Diener 2011. *
- # * Distributed under the Boost Software License, Version 1.0.
- *
- # * *
- # ************************************************************************** */
- #
- # /* See http://www.boost.org for most recent version. */
- #
- # ifndef BOOST_PREPROCESSOR_TUPLE_TO_SEQ_64_HPP
- # define BOOST_PREPROCESSOR_TUPLE_TO_SEQ_64_HPP
- #
- /* An empty array can be passed */
- # define BOOST_PP_TUPLE_TO_SEQ_0
- #
- # define BOOST_PP_TUPLE_TO_SEQ_1
- # define BOOST_PP_TUPLE_TO_SEQ_2
- # define BOOST_PP_TUPLE_TO_SEQ_3
- # define BOOST_PP_TUPLE_TO_SEQ_4
- # define BOOST_PP_TUPLE_TO_SEQ_5
- # define BOOST_PP_TUPLE_TO_SEQ_6
- # define BOOST_PP_TUPLE_TO_SEQ_7
- # define BOOST_PP_TUPLE_TO_SEQ_8
- # define BOOST_PP_TUPLE_TO_SEQ_9
- # define BOOST_PP_TUPLE_TO_SEQ_10
- # define BOOST_PP_TUPLE_TO_SEQ_11
- # define BOOST_PP_TUPLE_TO_SEQ_12
- # define BOOST_PP_TUPLE_TO_SEQ_13
- # define BOOST_PP_TUPLE_TO_SEQ_14
- # define BOOST_PP_TUPLE_TO_SEQ_15
- # define BOOST_PP_TUPLE_TO_SEQ_16
- # define BOOST_PP_TUPLE_TO_SEQ_17
- # define BOOST_PP_TUPLE_TO_SEQ_18
- # define BOOST_PP_TUPLE_TO_SEQ_19
- # define BOOST_PP_TUPLE_TO_SEQ_20
- # define BOOST_PP_TUPLE_TO_SEQ_21
- # define BOOST_PP_TUPLE_TO_SEQ_22
- # define BOOST_PP_TUPLE_TO_SEQ_23
- # define BOOST_PP_TUPLE_TO_SEQ_24
- # define BOOST_PP_TUPLE_TO_SEQ_25
- # define BOOST_PP_TUPLE_TO_SEQ_26
- # define BOOST_PP_TUPLE_TO_SEQ_27
- # define BOOST_PP_TUPLE_TO_SEQ_28
- # define BOOST_PP_TUPLE_TO_SEQ_29
- # define BOOST_PP_TUPLE_TO_SEQ_30
- # define BOOST_PP_TUPLE_TO_SEQ_31
- # define BOOST_PP_TUPLE_TO_SEQ_32
- # define BOOST_PP_TUPLE_TO_SEQ_33
- # define BOOST_PP_TUPLE_TO_SEQ_34
- # define BOOST_PP_TUPLE_TO_SEQ_35
- # define BOOST_PP_TUPLE_TO_SEQ_36
- # define BOOST_PP_TUPLE_TO_SEQ_37
- # define BOOST_PP_TUPLE_TO_SEQ_38
- # define BOOST_PP_TUPLE_TO_SEQ_39
- # define BOOST_PP_TUPLE_TO_SEQ_40
- # define BOOST_PP_TUPLE_TO_SEQ_41
- # define BOOST_PP_TUPLE_TO_SEQ_42
- # define BOOST_PP_TUPLE_TO_SEQ_43
- # define BOOST_PP_TUPLE_TO_SEQ_44
- # define BOOST_PP_TUPLE_TO_SEQ_45
- # define BOOST_PP_TUPLE_TO_SEQ_46
- # define BOOST_PP_TUPLE_TO_SEQ_47
- # define BOOST_PP_TUPLE_TO_SEQ_48
- # define BOOST_PP_TUPLE_TO_SEQ_49
- # define BOOST_PP_TUPLE_TO_SEQ_50
- # define BOOST_PP_TUPLE_TO_SEQ_51
- # define BOOST_PP_TUPLE_TO_SEQ_52
- # define BOOST_PP_TUPLE_TO_SEQ_53
- # define BOOST_PP_TUPLE_TO_SEQ_54
- # define BOOST_PP_TUPLE_TO_SEQ_55
- # define BOOST_PP_TUPLE_TO_SEQ_56
- # define BOOST_PP_TUPLE_TO_SEQ_57
- # define BOOST_PP_TUPLE_TO_SEQ_58
- # define BOOST_PP_TUPLE_TO_SEQ_59
- # define BOOST_PP_TUPLE_TO_SEQ_60
- # define BOOST_PP_TUPLE_TO_SEQ_61
- # define BOOST_PP_TUPLE_TO_SEQ_62
- # define BOOST_PP_TUPLE_TO_SEQ_63
- # define BOOST_PP_TUPLE_TO_SEQ_64
- #
- # endif
|