/extlibs/Boost/include/boost/mpl/list/list20.hpp

https://bitbucket.org/hugoruscitti/pilascpp · C++ Header · 43 lines · 19 code · 14 blank · 10 comment · 1 complexity · 9e649ca7196c4d42c7639cd86cf75915 MD5 · raw file

  1. #ifndef BOOST_MPL_LIST_LIST20_HPP_INCLUDED
  2. #define BOOST_MPL_LIST_LIST20_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: list20.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
  11. // $Date: 2008-10-11 02:19:02 -0400 (Sat, 11 Oct 2008) $
  12. // $Revision: 49267 $
  13. #if !defined(BOOST_MPL_PREPROCESSING_MODE)
  14. # include <boost/mpl/list/list10.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 list20.hpp
  20. # include <boost/mpl/list/aux_/include_preprocessed.hpp>
  21. #else
  22. # include <boost/preprocessor/iterate.hpp>
  23. namespace boost { namespace mpl {
  24. # define BOOST_PP_ITERATION_PARAMS_1 \
  25. (3,(11, 20, <boost/mpl/list/aux_/numbered.hpp>))
  26. # include BOOST_PP_ITERATE()
  27. }}
  28. #endif // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
  29. #endif // BOOST_MPL_LIST_LIST20_HPP_INCLUDED