1 # /* **************************************************************************
2 #  *                                                                          *
3 #  *     (C) Copyright Paul Mensonides 2002-2011.                             *
4 #  *     (C) Copyright Edward Diener 2011.                                    *
5 #  *     Distributed under the Boost Software License, Version 1.0. (See      *
6 #  *     accompanying file LICENSE_1_0.txt or copy at                         *
7 #  *     http://www.boost.org/LICENSE_1_0.txt)                                *
8 #  *                                                                          *
9 #  ************************************************************************** */
10 #
11 # /* See http://www.boost.org for most recent version. */
12 #
13 # ifndef MSGPACK_PREPROCESSOR_LIBRARY_HPP
14 # define MSGPACK_PREPROCESSOR_LIBRARY_HPP
15 #
16 # include <msgpack/preprocessor/arithmetic.hpp>
17 # include <msgpack/preprocessor/array.hpp>
18 # include <msgpack/preprocessor/cat.hpp>
19 # include <msgpack/preprocessor/comparison.hpp>
20 # include <msgpack/preprocessor/config/limits.hpp>
21 # include <msgpack/preprocessor/control.hpp>
22 # include <msgpack/preprocessor/debug.hpp>
23 # include <msgpack/preprocessor/facilities.hpp>
24 # include <msgpack/preprocessor/iteration.hpp>
25 # include <msgpack/preprocessor/list.hpp>
26 # include <msgpack/preprocessor/logical.hpp>
27 # include <msgpack/preprocessor/punctuation.hpp>
28 # include <msgpack/preprocessor/repetition.hpp>
29 # include <msgpack/preprocessor/selection.hpp>
30 # include <msgpack/preprocessor/seq.hpp>
31 # include <msgpack/preprocessor/slot.hpp>
32 # include <msgpack/preprocessor/stringize.hpp>
33 # include <msgpack/preprocessor/tuple.hpp>
34 # include <msgpack/preprocessor/variadic.hpp>
35 # include <msgpack/preprocessor/wstringize.hpp>
36 #
37 # endif
38