preprocess_cc_names.cpp 790 B

123456789101112131415161718192021222324252627
  1. // (C) Copyright Tobias Schwinger
  2. //
  3. // Use modification and distribution are subject to the boost Software License,
  4. // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
  5. //------------------------------------------------------------------------------
  6. #ifndef __WAVE__
  7. # error "Boost.Wave preprocessor required"
  8. #endif
  9. #pragma wave option(line: 0, preserve: 2)
  10. timestamp file
  11. #pragma wave option(output: null)
  12. #define BOOST_FT_PREPROCESSING_MODE
  13. #define BOOST_FT_OUT_FILE \
  14. "../../../boost/function_types/detail/pp_cc_loop/preprocessed.hpp"
  15. #pragma message(generating BOOST_FT_OUT_FILE)
  16. #pragma wave option(output: BOOST_FT_OUT_FILE, preserve: 2)
  17. #include <boost/function_types/detail/pp_cc_loop/master.hpp>
  18. #pragma wave option(output: null)
  19. #undef BOOST_FT_OUT_FILE