1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
| // (C) Copyright Tobias Schwinger
| //
| // Use modification and distribution are subject to the boost Software License,
| // Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt).
|
| //------------------------------------------------------------------------------
|
| // no include guards, this file is intended for multiple inclusions
|
| #undef callable_builtin
| #undef member
| #undef non_member
| #undef variadic
| #undef non_variadic
|
|