blob: 39dcb02ea50ff2f79939b2e7298fbf4ddbaaa827 [file] [log] [blame]
Jeff Thompsona28eed82013-08-22 16:21:10 -07001
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 <ndnboost/mpl/bitand.hpp>
13
14#include <ndnboost/function_types/components.hpp>
15
16#if defined(BOOST_FT_PREPROCESSING_MODE)
17# include <ndnboost/function_types/detail/pp_retag_default_cc/master.hpp>
18#else
19# include <ndnboost/function_types/detail/pp_retag_default_cc/preprocessed.hpp>
20#endif
21
22#endif
23