38 lines
1.8 KiB
C++
38 lines
1.8 KiB
C++
|
# /* **************************************************************************
|
||
|
# * *
|
||
|
# * (C) Copyright Paul Mensonides 2002-2011. *
|
||
|
# * (C) Copyright Edward Diener 2011. *
|
||
|
# * Distributed under the Boost Software License, Version 1.0. (See *
|
||
|
# * accompanying file LICENSE_1_0.txt or copy at *
|
||
|
# * http://www.boost.org/LICENSE_1_0.txt) *
|
||
|
# * *
|
||
|
# ************************************************************************** */
|
||
|
#
|
||
|
# /* See http://www.boost.org for most recent version. */
|
||
|
#
|
||
|
# ifndef MSGPACK_PREPROCESSOR_LIBRARY_HPP
|
||
|
# define MSGPACK_PREPROCESSOR_LIBRARY_HPP
|
||
|
#
|
||
|
# include <rpc/msgpack/preprocessor/arithmetic.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/array.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/cat.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/comparison.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/config/limits.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/control.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/debug.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/facilities.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/iteration.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/list.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/logical.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/punctuation.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/repetition.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/selection.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/seq.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/slot.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/stringize.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/tuple.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/variadic.hpp>
|
||
|
# include <rpc/msgpack/preprocessor/wstringize.hpp>
|
||
|
#
|
||
|
# endif
|