summaryrefslogtreecommitdiffstats
path: root/third_party/msgpack/include/msgpack/preprocessor/facilities/is_1.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/msgpack/include/msgpack/preprocessor/facilities/is_1.hpp')
-rw-r--r--third_party/msgpack/include/msgpack/preprocessor/facilities/is_1.hpp23
1 files changed, 23 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/preprocessor/facilities/is_1.hpp b/third_party/msgpack/include/msgpack/preprocessor/facilities/is_1.hpp
new file mode 100644
index 0000000000..0a85076e31
--- /dev/null
+++ b/third_party/msgpack/include/msgpack/preprocessor/facilities/is_1.hpp
@@ -0,0 +1,23 @@
+# /* **************************************************************************
+# * *
+# * (C) Copyright Paul Mensonides 2003.
+# * 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_FACILITIES_IS_1_HPP
+# define MSGPACK_PREPROCESSOR_FACILITIES_IS_1_HPP
+#
+# include <msgpack/preprocessor/cat.hpp>
+# include <msgpack/preprocessor/facilities/is_empty.hpp>
+#
+# /* MSGPACK_PP_IS_1 */
+#
+# define MSGPACK_PP_IS_1(x) MSGPACK_PP_IS_EMPTY(MSGPACK_PP_CAT(MSGPACK_PP_IS_1_HELPER_, x))
+# define MSGPACK_PP_IS_1_HELPER_1
+#
+# endif