1
2// (C) Copyright Tobias Schwinger
3//
4// Use modification and distribution are subject to the boost Software License,
5// Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
6
7//------------------------------------------------------------------------------
8
9#ifndef BOOST_FT_DETAIL_RETAG_DEFAULT_CC_HPP_INCLUDED
10#define BOOST_FT_DETAIL_RETAG_DEFAULT_CC_HPP_INCLUDED
11
12#include <boost/mpl/bitand.hpp>
13
14#include <boost/function_types/components.hpp>
15
16#if defined(BOOST_FT_PREPROCESSING_MODE)
17# include <boost/function_types/detail/pp_retag_default_cc/master.hpp>
18#else
19# include <boost/function_types/detail/pp_retag_default_cc/preprocessed.hpp>
20#endif
21
22#endif
23
24

source code of boost/libs/function_types/include/boost/function_types/detail/retag_default_cc.hpp