Brian Silverman | f27e085 | 2018-08-04 23:56:45 -0700 | [diff] [blame^] | 1 | # /* ************************************************************************** |
| 2 | # * * |
| 3 | # * (C) Copyright Paul Mensonides 2002-2011. * |
| 4 | # * (C) Copyright Edward Diener 2011. * |
| 5 | # * Distributed under the Boost Software License, Version 1.0. (See * |
| 6 | # * accompanying file LICENSE_1_0.txt or copy at * |
| 7 | # * http://www.boost.org/LICENSE_1_0.txt) * |
| 8 | # * * |
| 9 | # ************************************************************************** */ |
| 10 | # |
| 11 | # /* See http://www.boost.org for most recent version. */ |
| 12 | # |
| 13 | # ifndef BOOST_PREPROCESSOR_SEQ_HPP |
| 14 | # define BOOST_PREPROCESSOR_SEQ_HPP |
| 15 | # |
| 16 | # include <boost/preprocessor/seq/cat.hpp> |
| 17 | # include <boost/preprocessor/seq/elem.hpp> |
| 18 | # include <boost/preprocessor/seq/enum.hpp> |
| 19 | # include <boost/preprocessor/seq/filter.hpp> |
| 20 | # include <boost/preprocessor/seq/first_n.hpp> |
| 21 | # include <boost/preprocessor/seq/fold_left.hpp> |
| 22 | # include <boost/preprocessor/seq/fold_right.hpp> |
| 23 | # include <boost/preprocessor/seq/for_each.hpp> |
| 24 | # include <boost/preprocessor/seq/for_each_i.hpp> |
| 25 | # include <boost/preprocessor/seq/for_each_product.hpp> |
| 26 | # include <boost/preprocessor/seq/insert.hpp> |
| 27 | # include <boost/preprocessor/seq/pop_back.hpp> |
| 28 | # include <boost/preprocessor/seq/pop_front.hpp> |
| 29 | # include <boost/preprocessor/seq/push_back.hpp> |
| 30 | # include <boost/preprocessor/seq/push_front.hpp> |
| 31 | # include <boost/preprocessor/seq/remove.hpp> |
| 32 | # include <boost/preprocessor/seq/replace.hpp> |
| 33 | # include <boost/preprocessor/seq/rest_n.hpp> |
| 34 | # include <boost/preprocessor/seq/reverse.hpp> |
| 35 | # include <boost/preprocessor/seq/seq.hpp> |
| 36 | # include <boost/preprocessor/seq/size.hpp> |
| 37 | # include <boost/preprocessor/seq/subseq.hpp> |
| 38 | # include <boost/preprocessor/seq/to_array.hpp> |
| 39 | # include <boost/preprocessor/seq/to_list.hpp> |
| 40 | # include <boost/preprocessor/seq/to_tuple.hpp> |
| 41 | # include <boost/preprocessor/seq/transform.hpp> |
| 42 | # include <boost/preprocessor/seq/variadic_seq_to_seq.hpp> |
| 43 | # |
| 44 | # endif |