Hideaki Tai / msgpack-embedded

Dependents:   hello_message_pack

Committer:
hideakitai
Date:
Sat Feb 13 01:53:11 2016 +0000
Revision:
0:3f9dbf1e2cb0
first commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hideakitai 0:3f9dbf1e2cb0 1 # /* Copyright (C) 2001
hideakitai 0:3f9dbf1e2cb0 2 # * Housemarque Oy
hideakitai 0:3f9dbf1e2cb0 3 # * http://www.housemarque.com
hideakitai 0:3f9dbf1e2cb0 4 # *
hideakitai 0:3f9dbf1e2cb0 5 # * Distributed under the Boost Software License, Version 1.0. (See
hideakitai 0:3f9dbf1e2cb0 6 # * accompanying file LICENSE_1_0.txt or copy at
hideakitai 0:3f9dbf1e2cb0 7 # * http://www.boost.org/LICENSE_1_0.txt)
hideakitai 0:3f9dbf1e2cb0 8 # */
hideakitai 0:3f9dbf1e2cb0 9 #
hideakitai 0:3f9dbf1e2cb0 10 # /* Revised by Paul Mensonides (2002) */
hideakitai 0:3f9dbf1e2cb0 11 # /* Revised by Edward Diener (2011,2013) */
hideakitai 0:3f9dbf1e2cb0 12 #
hideakitai 0:3f9dbf1e2cb0 13 # /* See http://www.boost.org for most recent version. */
hideakitai 0:3f9dbf1e2cb0 14 #
hideakitai 0:3f9dbf1e2cb0 15 # ifndef MSGPACK_PREPROCESSOR_TUPLE_HPP
hideakitai 0:3f9dbf1e2cb0 16 # define MSGPACK_PREPROCESSOR_TUPLE_HPP
hideakitai 0:3f9dbf1e2cb0 17 #
hideakitai 0:3f9dbf1e2cb0 18 # include <msgpack/preprocessor/tuple/eat.hpp>
hideakitai 0:3f9dbf1e2cb0 19 # include <msgpack/preprocessor/tuple/elem.hpp>
hideakitai 0:3f9dbf1e2cb0 20 # include <msgpack/preprocessor/tuple/enum.hpp>
hideakitai 0:3f9dbf1e2cb0 21 # include <msgpack/preprocessor/tuple/insert.hpp>
hideakitai 0:3f9dbf1e2cb0 22 # include <msgpack/preprocessor/tuple/pop_back.hpp>
hideakitai 0:3f9dbf1e2cb0 23 # include <msgpack/preprocessor/tuple/pop_front.hpp>
hideakitai 0:3f9dbf1e2cb0 24 # include <msgpack/preprocessor/tuple/push_back.hpp>
hideakitai 0:3f9dbf1e2cb0 25 # include <msgpack/preprocessor/tuple/push_front.hpp>
hideakitai 0:3f9dbf1e2cb0 26 # include <msgpack/preprocessor/tuple/rem.hpp>
hideakitai 0:3f9dbf1e2cb0 27 # include <msgpack/preprocessor/tuple/remove.hpp>
hideakitai 0:3f9dbf1e2cb0 28 # include <msgpack/preprocessor/tuple/replace.hpp>
hideakitai 0:3f9dbf1e2cb0 29 # include <msgpack/preprocessor/tuple/reverse.hpp>
hideakitai 0:3f9dbf1e2cb0 30 # include <msgpack/preprocessor/tuple/size.hpp>
hideakitai 0:3f9dbf1e2cb0 31 # include <msgpack/preprocessor/tuple/to_array.hpp>
hideakitai 0:3f9dbf1e2cb0 32 # include <msgpack/preprocessor/tuple/to_list.hpp>
hideakitai 0:3f9dbf1e2cb0 33 # include <msgpack/preprocessor/tuple/to_seq.hpp>
hideakitai 0:3f9dbf1e2cb0 34 #
hideakitai 0:3f9dbf1e2cb0 35 # endif