set_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_SET_FORWARD_09162005_1102)
  7. #define FUSION_SET_FORWARD_09162005_1102
  8. #include <boost/fusion/container/set/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/container/set/detail/preprocessed/set_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/set" FUSION_MAX_SET_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. struct set_tag;
  29. struct set_iterator_tag;
  30. template <
  31. BOOST_PP_ENUM_PARAMS_WITH_A_DEFAULT(
  32. FUSION_MAX_SET_SIZE, typename T, void_)
  33. >
  34. struct set;
  35. }}
  36. #if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
  37. #pragma wave option(output: null)
  38. #endif
  39. #endif // BOOST_FUSION_DONT_USE_PREPROCESSED_FILES
  40. #endif