list_fwd.hpp 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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_LIST_FORWARD_07172005_0224)
  7. #define FUSION_LIST_FORWARD_07172005_0224
  8. #include <boost/fusion/support/config.hpp>
  9. #include <boost/fusion/container/list/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/container/list/detail/cpp03/preprocessed/list_fwd.hpp>
  13. #else
  14. #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
  15. #pragma wave option(preserve: 2, line: 0, output: "preprocessed/list" FUSION_MAX_LIST_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_LIST_SIZE, typename T, void_)
  32. >
  33. struct list;
  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