blob: a5549ccc4733927d97f498e36a31b5a564a0b648 [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
Jeff Thompson3d613fd2013-10-15 15:39:04 -07009#ifndef NDNBOOST_FT_DETAIL_RETAG_DEFAULT_CC_HPP_INCLUDED
10#define NDNBOOST_FT_DETAIL_RETAG_DEFAULT_CC_HPP_INCLUDED
Jeff Thompsona28eed82013-08-22 16:21:10 -070011
12#include <ndnboost/mpl/bitand.hpp>
13
14#include <ndnboost/function_types/components.hpp>
15
Jeff Thompson3d613fd2013-10-15 15:39:04 -070016#if defined(NDNBOOST_FT_PREPROCESSING_MODE)
Jeff Thompsona28eed82013-08-22 16:21:10 -070017# 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