argument.hpp 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. /*=============================================================================
  2. Copyright (c) 2011 Hartmut Kaiser
  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(BOOST_PHOENIX_PREPROCESSED_CORE_ARGUMENT_HPP)
  7. #define BOOST_PHOENIX_PREPROCESSED_CORE_ARGUMENT_HPP
  8. #ifndef BOOST_PHOENIX_NO_PREDEFINED_TERMINALS
  9. #if BOOST_PHOENIX_LIMIT <= 10
  10. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
  11. #elif BOOST_PHOENIX_LIMIT <= 20
  12. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
  13. #elif BOOST_PHOENIX_LIMIT <= 30
  14. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
  15. #elif BOOST_PHOENIX_LIMIT <= 40
  16. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
  17. #elif BOOST_PHOENIX_LIMIT <= 50
  18. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_predefined_10.hpp>
  19. #else
  20. #error "BOOST_PHOENIX_LIMIT out of bounds for preprocessed headers"
  21. #endif
  22. #else
  23. #if BOOST_PHOENIX_LIMIT <= 10
  24. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
  25. #elif BOOST_PHOENIX_LIMIT <= 20
  26. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
  27. #elif BOOST_PHOENIX_LIMIT <= 30
  28. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
  29. #elif BOOST_PHOENIX_LIMIT <= 40
  30. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
  31. #elif BOOST_PHOENIX_LIMIT <= 50
  32. #include <boost/phoenix/core/detail/cpp03/preprocessed/argument_no_predefined_10.hpp>
  33. #else
  34. #error "BOOST_PHOENIX_LIMIT out of bounds for preprocessed headers"
  35. #endif
  36. #endif
  37. #endif