blob: 34164d4273ff5d88bcad4d32ebb088e9604265f0 [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// no include guards, this file is intended for multiple inclusions
10
Jeff Thompson3d613fd2013-10-15 15:39:04 -070011#define callable_builtin NDNBOOST_FT_callable_builtin
12#define member NDNBOOST_FT_member_pointer
13#define non_member NDNBOOST_FT_non_member
14#define variadic NDNBOOST_FT_variadic
15#define non_variadic NDNBOOST_FT_non_variadic
Jeff Thompsona28eed82013-08-22 16:21:10 -070016