set50_c.hpp 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. #ifndef BOOST_MPL_SET_SET50_C_HPP_INCLUDED
  2. #define BOOST_MPL_SET_SET50_C_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/set/set40_c.hpp>
  16. # include <boost/mpl/set/set50.hpp>
  17. #endif
  18. #include <boost/mpl/aux_/config/use_preprocessed.hpp>
  19. #if !defined(BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS) \
  20. && !defined(BOOST_MPL_PREPROCESSING_MODE)
  21. # define BOOST_MPL_PREPROCESSED_HEADER set50_c.hpp
  22. # include <boost/mpl/set/aux_/include_preprocessed.hpp>
  23. #else
  24. # include <boost/preprocessor/iterate.hpp>
  25. namespace boost { namespace mpl {
  26. # define BOOST_PP_ITERATION_PARAMS_1 \
  27. (3,(41, 50, <boost/mpl/set/aux_/numbered_c.hpp>))
  28. # include BOOST_PP_ITERATE()
  29. }}
  30. #endif // BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
  31. #endif // BOOST_MPL_SET_SET50_C_HPP_INCLUDED