New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
repetition.hpp in vendors/XIOS/current/extern/boost/include/boost/preprocessor – NEMO

source: vendors/XIOS/current/extern/boost/include/boost/preprocessor/repetition.hpp @ 3408

Last change on this file since 3408 was 3408, checked in by rblod, 12 years ago

importing initial XIOS vendor drop

  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
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_REPETITION_HPP
13# define BOOST_PREPROCESSOR_REPETITION_HPP
14#
15# include <boost/preprocessor/repetition/deduce_r.hpp>
16# include <boost/preprocessor/repetition/deduce_z.hpp>
17# include <boost/preprocessor/repetition/enum.hpp>
18# include <boost/preprocessor/repetition/enum_binary_params.hpp>
19# include <boost/preprocessor/repetition/enum_params.hpp>
20# include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
21# include <boost/preprocessor/repetition/enum_params_with_defaults.hpp>
22# include <boost/preprocessor/repetition/enum_shifted.hpp>
23# include <boost/preprocessor/repetition/enum_shifted_binary_params.hpp>
24# include <boost/preprocessor/repetition/enum_shifted_params.hpp>
25# include <boost/preprocessor/repetition/enum_trailing.hpp>
26# include <boost/preprocessor/repetition/enum_trailing_binary_params.hpp>
27# include <boost/preprocessor/repetition/enum_trailing_params.hpp>
28# include <boost/preprocessor/repetition/for.hpp>
29# include <boost/preprocessor/repetition/repeat.hpp>
30# include <boost/preprocessor/repetition/repeat_from_to.hpp>
31#
32# endif
Note: See TracBrowser for help on using the repository browser.