Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: hello_message_pack
include/msgpack/preprocessor/variadic.hpp@4:bd0c06dd6e92, 2016-02-22 (annotated)
- Committer:
- hideakitai
- Date:
- Mon Feb 22 01:43:48 2016 +0000
- Revision:
- 4:bd0c06dd6e92
- Parent:
- 0:3f9dbf1e2cb0
fix throw error
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| hideakitai | 0:3f9dbf1e2cb0 | 1 | # /* ************************************************************************** |
| hideakitai | 0:3f9dbf1e2cb0 | 2 | # * * |
| hideakitai | 0:3f9dbf1e2cb0 | 3 | # * (C) Copyright Edward Diener 2011. * |
| hideakitai | 0:3f9dbf1e2cb0 | 4 | # * (C) Copyright Paul Mensonides 2011. * |
| 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 | # |
| hideakitai | 0:3f9dbf1e2cb0 | 11 | # /* See http://www.boost.org for most recent version. */ |
| hideakitai | 0:3f9dbf1e2cb0 | 12 | # |
| hideakitai | 0:3f9dbf1e2cb0 | 13 | # ifndef MSGPACK_PREPROCESSOR_VARIADIC_HPP |
| hideakitai | 0:3f9dbf1e2cb0 | 14 | # define MSGPACK_PREPROCESSOR_VARIADIC_HPP |
| hideakitai | 0:3f9dbf1e2cb0 | 15 | # |
| hideakitai | 0:3f9dbf1e2cb0 | 16 | # include <msgpack/preprocessor/variadic/elem.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 17 | # include <msgpack/preprocessor/variadic/size.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 18 | # include <msgpack/preprocessor/variadic/to_array.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 19 | # include <msgpack/preprocessor/variadic/to_list.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 20 | # include <msgpack/preprocessor/variadic/to_seq.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 21 | # include <msgpack/preprocessor/variadic/to_tuple.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 22 | # |
| hideakitai | 0:3f9dbf1e2cb0 | 23 | # endif |