repetition.hpp 1.7 KB

1234567891011121314151617181920212223242526272829303132
  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