retag_default_cc.hpp 666 B

1234567891011121314151617181920212223
  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 BOOST_FT_DETAIL_RETAG_DEFAULT_CC_HPP_INCLUDED
  7. #define BOOST_FT_DETAIL_RETAG_DEFAULT_CC_HPP_INCLUDED
  8. #include <boost/mpl/bitand.hpp>
  9. #include <boost/function_types/components.hpp>
  10. #if defined(BOOST_FT_PREPROCESSING_MODE)
  11. # include <boost/function_types/detail/pp_retag_default_cc/master.hpp>
  12. #else
  13. # include <boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp>
  14. #endif
  15. #endif