list40_c.hpp 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. #ifndef BOOST_MPL_LIST_LIST40_C_HPP_INCLUDED
  2. #define BOOST_MPL_LIST_LIST40_C_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/list/list30_c.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 list40_c.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,(31, 40, <boost/mpl/list/aux_/numbered_c.hpp>))
  26. # include BOOST_PP_ITERATE()
  27. }}
  28. #endif // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
  29. #endif // BOOST_MPL_LIST_LIST40_C_HPP_INCLUDED