tuple_tie.hpp 997 B

123456789101112131415161718192021
  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. This is an auto-generated file. Do not edit!
  6. ==============================================================================*/
  7. #if FUSION_MAX_VECTOR_SIZE <= 10
  8. #include <boost/fusion/tuple/detail/preprocessed/tuple_tie10.hpp>
  9. #elif FUSION_MAX_VECTOR_SIZE <= 20
  10. #include <boost/fusion/tuple/detail/preprocessed/tuple_tie20.hpp>
  11. #elif FUSION_MAX_VECTOR_SIZE <= 30
  12. #include <boost/fusion/tuple/detail/preprocessed/tuple_tie30.hpp>
  13. #elif FUSION_MAX_VECTOR_SIZE <= 40
  14. #include <boost/fusion/tuple/detail/preprocessed/tuple_tie40.hpp>
  15. #elif FUSION_MAX_VECTOR_SIZE <= 50
  16. #include <boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp>
  17. #else
  18. #error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers"
  19. #endif