vector20.hpp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #ifndef BOOST_MPL_VECTOR_VECTOR20_HPP_INCLUDED
  2. #define BOOST_MPL_VECTOR_VECTOR20_HPP_INCLUDED
  3. // Copyright Aleksey Gurtovoy 2000-2004
  4. //
  5. // Distributed under the Boost Software License, Version 1.0.
  6. // (See accompanying file LICENSE_1_0.txt or copy at
  7. // http://www.boost.org/LICENSE_1_0.txt)
  8. //
  9. // See http://www.boost.org/libs/mpl for documentation.
  10. // $Id$
  11. // $Date$
  12. // $Revision$
  13. #if !defined(BOOST_MPL_PREPROCESSING_MODE)
  14. # include <boost/mpl/vector/vector10.hpp>
  15. #endif
  16. #include <boost/mpl/aux_/config/use_preprocessed.hpp>
  17. #if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
  18. && !defined(BOOST_MPL_PREPROCESSING_MODE)
  19. # define BOOST_MPL_PREPROCESSED_HEADER vector20.hpp
  20. # include <boost/mpl/vector/aux_/include_preprocessed.hpp>
  21. #else
  22. # include <boost/mpl/aux_/config/typeof.hpp>
  23. # include <boost/mpl/aux_/config/ctps.hpp>
  24. # include <boost/preprocessor/iterate.hpp>
  25. namespace boost { namespace mpl {
  26. # define BOOST_PP_ITERATION_PARAMS_1 \
  27. (3,(11, 20, <boost/mpl/vector/aux_/numbered.hpp>))
  28. # include BOOST_PP_ITERATE()
  29. }}
  30. #endif // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
  31. #endif // BOOST_MPL_VECTOR_VECTOR20_HPP_INCLUDED