blob: 5f12327c89994130661b9a55e3e7c1119ed89c51 [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 inclusion
10
Jeff Thompson3d613fd2013-10-15 15:39:04 -070011#undef NDNBOOST_FT_type_mask
12#undef NDNBOOST_FT_kind_mask
13#undef NDNBOOST_FT_callable_builtin
14#undef NDNBOOST_FT_non_member
15#undef NDNBOOST_FT_function
16#undef NDNBOOST_FT_pointer
17#undef NDNBOOST_FT_reference
18#undef NDNBOOST_FT_non_member_callable_builtin
19#undef NDNBOOST_FT_member_pointer
20#undef NDNBOOST_FT_member_function_pointer
21#undef NDNBOOST_FT_member_object_pointer
22#undef NDNBOOST_FT_member_object_pointer_flags
Jeff Thompsona28eed82013-08-22 16:21:10 -070023
Jeff Thompson3d613fd2013-10-15 15:39:04 -070024#undef NDNBOOST_FT_variadic
25#undef NDNBOOST_FT_non_variadic
26#undef NDNBOOST_FT_variadic_mask
Jeff Thompsona28eed82013-08-22 16:21:10 -070027
Jeff Thompson3d613fd2013-10-15 15:39:04 -070028#undef NDNBOOST_FT_const
29#undef NDNBOOST_FT_volatile
Jeff Thompsona28eed82013-08-22 16:21:10 -070030
Jeff Thompson3d613fd2013-10-15 15:39:04 -070031#undef NDNBOOST_FT_default_cc
32#undef NDNBOOST_FT_cc_mask
Jeff Thompsona28eed82013-08-22 16:21:10 -070033
Jeff Thompson3d613fd2013-10-15 15:39:04 -070034#undef NDNBOOST_FT_flags_mask
35#undef NDNBOOST_FT_full_mask
Jeff Thompsona28eed82013-08-22 16:21:10 -070036
Jeff Thompson3d613fd2013-10-15 15:39:04 -070037#undef NDNBOOST_FT_arity_mask
Jeff Thompsona28eed82013-08-22 16:21:10 -070038