tuple_fwd.hpp 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /*=============================================================================
  2. Copyright (c) 2001-2011 Joel de Guzman
  3. Distributed under the Boost Software License, Version 1.0. (See accompanying
  4. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  5. ==============================================================================*/
  6. #if !defined(FUSION_TUPLE_FORWARD_10032005_0956)
  7. #define FUSION_TUPLE_FORWARD_10032005_0956
  8. #include <boost/fusion/support/config.hpp>
  9. #include <boost/fusion/container/vector/detail/cpp03/limits.hpp>
  10. #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
  11. #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
  12. #include <boost/fusion/tuple/detail/preprocessed/tuple_fwd.hpp>
  13. #else
  14. #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
  15. #pragma wave option(preserve: 2, line: 0, output: "preprocessed/tuple" FUSION_MAX_VECTOR_SIZE_STR "_fwd.hpp")
  16. #endif
  17. /*=============================================================================
  18. Copyright (c) 2001-2011 Joel de Guzman
  19. Distributed under the Boost Software License, Version 1.0. (See accompanying
  20. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  21. This is an auto-generated file. Do not edit!
  22. ==============================================================================*/
  23. #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
  24. #pragma wave option(preserve: 1)
  25. #endif
  26. namespace boost { namespace fusion
  27. {
  28. struct void_;
  29. template <
  30. BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
  31. FUSION_MAX_VECTOR_SIZE, typename T, void_)
  32. >
  33. struct tuple;
  34. }}
  35. #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
  36. #pragma wave option(output: null)
  37. #endif
  38. #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
  39. #endif