include_preprocessed.hpp 951 B

1234567891011121314151617181920212223242526272829303132333435
  1. // Copyright Aleksey Gurtovoy 2001-2006
  2. //
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // (See accompanying file LICENSE_1_0.txt or copy at
  5. // http://www.boost.org/LICENSE_1_0.txt)
  6. //
  7. // See http://www.boost.org/libs/mpl for documentation.
  8. // $Id$
  9. // $Date$
  10. // $Revision$
  11. // NO INCLUDE GUARDS, THE HEADER IS INTENDED FOR MULTIPLE INCLUSION!
  12. #include <boost/mpl/aux_/config/workaround.hpp>
  13. #include <boost/preprocessor/cat.hpp>
  14. #include <boost/preprocessor/stringize.hpp>
  15. # define AUX778076_HEADER \
  16. aux_/preprocessed/plain/BOOST_MPL_PREPROCESSED_HEADER \
  17. /**/
  18. #if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(700))
  19. # define AUX778076_INCLUDE_STRING BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER)
  20. # include AUX778076_INCLUDE_STRING
  21. # undef AUX778076_INCLUDE_STRING
  22. #else
  23. # include BOOST_PP_STRINGIZE(boost/mpl/list/AUX778076_HEADER)
  24. #endif
  25. # undef AUX778076_HEADER
  26. #undef BOOST_MPL_PREPROCESSED_HEADER