[857] | 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 | # ifndef BOOST_PREPROCESSOR_SEQ_HPP
|
---|
| 13 | # define BOOST_PREPROCESSOR_SEQ_HPP
|
---|
| 14 | #
|
---|
| 15 | # include <boost/preprocessor/seq/cat.hpp>
|
---|
| 16 | # include <boost/preprocessor/seq/elem.hpp>
|
---|
| 17 | # include <boost/preprocessor/seq/enum.hpp>
|
---|
| 18 | # include <boost/preprocessor/seq/filter.hpp>
|
---|
| 19 | # include <boost/preprocessor/seq/first_n.hpp>
|
---|
| 20 | # include <boost/preprocessor/seq/fold_left.hpp>
|
---|
| 21 | # include <boost/preprocessor/seq/fold_right.hpp>
|
---|
| 22 | # include <boost/preprocessor/seq/for_each.hpp>
|
---|
| 23 | # include <boost/preprocessor/seq/for_each_i.hpp>
|
---|
| 24 | # include <boost/preprocessor/seq/for_each_product.hpp>
|
---|
| 25 | # include <boost/preprocessor/seq/insert.hpp>
|
---|
| 26 | # include <boost/preprocessor/seq/pop_back.hpp>
|
---|
| 27 | # include <boost/preprocessor/seq/pop_front.hpp>
|
---|
| 28 | # include <boost/preprocessor/seq/push_back.hpp>
|
---|
| 29 | # include <boost/preprocessor/seq/push_front.hpp>
|
---|
| 30 | # include <boost/preprocessor/seq/remove.hpp>
|
---|
| 31 | # include <boost/preprocessor/seq/replace.hpp>
|
---|
| 32 | # include <boost/preprocessor/seq/rest_n.hpp>
|
---|
| 33 | # include <boost/preprocessor/seq/reverse.hpp>
|
---|
| 34 | # include <boost/preprocessor/seq/seq.hpp>
|
---|
| 35 | # include <boost/preprocessor/seq/size.hpp>
|
---|
| 36 | # include <boost/preprocessor/seq/subseq.hpp>
|
---|
| 37 | # include <boost/preprocessor/seq/to_array.hpp>
|
---|
| 38 | # include <boost/preprocessor/seq/to_tuple.hpp>
|
---|
| 39 | # include <boost/preprocessor/seq/transform.hpp>
|
---|
| 40 | #
|
---|
| 41 | # endif
|
---|