1 # /* **************************************************************************
\r
3 # * (C) Copyright Paul Mensonides 2002.
\r
4 # * Distributed under the Boost Software License, Version 1.0. (See
\r
5 # * accompanying file LICENSE_1_0.txt or copy at
\r
6 # * http://www.boost.org/LICENSE_1_0.txt)
\r
8 # ************************************************************************** */
\r
10 # /* See http://www.boost.org for most recent version. */
\r
12 # ifndef BOOST_PREPROCESSOR_REPETITION_HPP
\r
13 # define BOOST_PREPROCESSOR_REPETITION_HPP
\r
15 # include <boost/preprocessor/repetition/deduce_r.hpp>
\r
16 # include <boost/preprocessor/repetition/deduce_z.hpp>
\r
17 # include <boost/preprocessor/repetition/enum.hpp>
\r
18 # include <boost/preprocessor/repetition/enum_binary_params.hpp>
\r
19 # include <boost/preprocessor/repetition/enum_params.hpp>
\r
20 # include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
\r
21 # include <boost/preprocessor/repetition/enum_params_with_defaults.hpp>
\r
22 # include <boost/preprocessor/repetition/enum_shifted.hpp>
\r
23 # include <boost/preprocessor/repetition/enum_shifted_binary_params.hpp>
\r
24 # include <boost/preprocessor/repetition/enum_shifted_params.hpp>
\r
25 # include <boost/preprocessor/repetition/enum_trailing.hpp>
\r
26 # include <boost/preprocessor/repetition/enum_trailing_binary_params.hpp>
\r
27 # include <boost/preprocessor/repetition/enum_trailing_params.hpp>
\r
28 # include <boost/preprocessor/repetition/for.hpp>
\r
29 # include <boost/preprocessor/repetition/repeat.hpp>
\r
30 # include <boost/preprocessor/repetition/repeat_from_to.hpp>
\r