map40.hpp 1.1 KB

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