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/repetition.hpp@0:3f9dbf1e2cb0, 2016-02-13 (annotated)
- Committer:
- hideakitai
- Date:
- Sat Feb 13 01:53:11 2016 +0000
- Revision:
- 0:3f9dbf1e2cb0
first commit
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 Paul Mensonides 2002. |
| hideakitai | 0:3f9dbf1e2cb0 | 4 | # * Distributed under the Boost Software License, Version 1.0. (See |
| hideakitai | 0:3f9dbf1e2cb0 | 5 | # * accompanying file LICENSE_1_0.txt or copy at |
| hideakitai | 0:3f9dbf1e2cb0 | 6 | # * http://www.boost.org/LICENSE_1_0.txt) |
| hideakitai | 0:3f9dbf1e2cb0 | 7 | # * * |
| hideakitai | 0:3f9dbf1e2cb0 | 8 | # ************************************************************************** */ |
| hideakitai | 0:3f9dbf1e2cb0 | 9 | # |
| hideakitai | 0:3f9dbf1e2cb0 | 10 | # /* See http://www.boost.org for most recent version. */ |
| hideakitai | 0:3f9dbf1e2cb0 | 11 | # |
| hideakitai | 0:3f9dbf1e2cb0 | 12 | # ifndef MSGPACK_PREPROCESSOR_REPETITION_HPP |
| hideakitai | 0:3f9dbf1e2cb0 | 13 | # define MSGPACK_PREPROCESSOR_REPETITION_HPP |
| hideakitai | 0:3f9dbf1e2cb0 | 14 | # |
| hideakitai | 0:3f9dbf1e2cb0 | 15 | # include <msgpack/preprocessor/repetition/deduce_r.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 16 | # include <msgpack/preprocessor/repetition/deduce_z.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 17 | # include <msgpack/preprocessor/repetition/enum.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 18 | # include <msgpack/preprocessor/repetition/enum_binary_params.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 19 | # include <msgpack/preprocessor/repetition/enum_params.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 20 | # include <msgpack/preprocessor/repetition/enum_params_with_a_default.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 21 | # include <msgpack/preprocessor/repetition/enum_params_with_defaults.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 22 | # include <msgpack/preprocessor/repetition/enum_shifted.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 23 | # include <msgpack/preprocessor/repetition/enum_shifted_binary_params.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 24 | # include <msgpack/preprocessor/repetition/enum_shifted_params.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 25 | # include <msgpack/preprocessor/repetition/enum_trailing.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 26 | # include <msgpack/preprocessor/repetition/enum_trailing_binary_params.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 27 | # include <msgpack/preprocessor/repetition/enum_trailing_params.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 28 | # include <msgpack/preprocessor/repetition/for.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 29 | # include <msgpack/preprocessor/repetition/repeat.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 30 | # include <msgpack/preprocessor/repetition/repeat_from_to.hpp> |
| hideakitai | 0:3f9dbf1e2cb0 | 31 | # |
| hideakitai | 0:3f9dbf1e2cb0 | 32 | # endif |