deque_fwd.hpp 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /*=============================================================================
  2. Copyright (c) 2005-2012 Joel de Guzman
  3. Copyright (c) 2005-2007 Dan Marsden
  4. Distributed under the Boost Software License, Version 1.0. (See accompanying
  5. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  6. ==============================================================================*/
  7. #if !defined(FUSION_PP_DEQUE_FORWARD_02092007_0749)
  8. #define FUSION_PP_DEQUE_FORWARD_02092007_0749
  9. #if defined(BOOST_FUSION_HAS_VARIADIC_DEQUE)
  10. #error "C++03 only! This file should not have been included"
  11. #endif
  12. #include <boost/fusion/container/deque/detail/cpp03/limits.hpp>
  13. #include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
  14. #if !defined(BOOST_FUSION_DONT_USE_PREPROCESSED_FILES)
  15. #include <boost/fusion/container/deque/detail/cpp03/preprocessed/deque_fwd.hpp>
  16. #else
  17. #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
  18. #pragma wave option(preserve: 2, line: 0, output: "preprocessed/deque" FUSION_MAX_DEQUE_SIZE_STR "_fwd.hpp")
  19. #endif
  20. /*=============================================================================
  21. Copyright (c) 2001-2011 Joel de Guzman
  22. Distributed under the Boost Software License, Version 1.0. (See accompanying
  23. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
  24. This is an auto-generated file. Do not edit!
  25. ==============================================================================*/
  26. #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
  27. #pragma wave option(preserve: 1)
  28. #endif
  29. namespace boost { namespace fusion
  30. {
  31. struct void_;
  32. template<
  33. BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
  34. FUSION_MAX_DEQUE_SIZE, typename T, void_)>
  35. struct deque;
  36. }}
  37. #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
  38. #pragma wave option(output: null)
  39. #endif
  40. #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
  41. #endif