blob: 4d4833179c2d4b5dacf0ef9b1dfc4b4bcf18e80d [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
11#define callable_builtin BOOST_FT_callable_builtin
12#define member BOOST_FT_member_pointer
13#define non_member BOOST_FT_non_member
14#define variadic BOOST_FT_variadic
15#define non_variadic BOOST_FT_non_variadic
16