tuple_fwd.hpp 1.8 KB

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