~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to boost/boost/preprocessor/repetition.hpp

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# /* **************************************************************************
 
2
#  *                                                                          *
 
3
#  *     (C) Copyright Paul Mensonides 2002.  Permission to copy, use,        *
 
4
#  *     modify, sell, and distribute this software is granted provided       *
 
5
#  *     this copyright notice appears in all copies.  This software is       *
 
6
#  *     provided "as is" without express or implied warranty, and with       *
 
7
#  *     no claim at to its suitability for any purpose.                      *
 
8
#  *                                                                          *
 
9
#  ************************************************************************** */
 
10
#
 
11
# /* See http://www.boost.org for most recent version. */
 
12
#
 
13
# ifndef BOOST_PREPROCESSOR_REPETITION_HPP
 
14
# define BOOST_PREPROCESSOR_REPETITION_HPP
 
15
#
 
16
# include <boost/preprocessor/repetition/deduce_r.hpp>
 
17
# include <boost/preprocessor/repetition/deduce_z.hpp>
 
18
# include <boost/preprocessor/repetition/enum.hpp>
 
19
# include <boost/preprocessor/repetition/enum_binary_params.hpp>
 
20
# include <boost/preprocessor/repetition/enum_params.hpp>
 
21
# include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
 
22
# include <boost/preprocessor/repetition/enum_params_with_defaults.hpp>
 
23
# include <boost/preprocessor/repetition/enum_shifted.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