summaryrefslogtreecommitdiffstats
path: root/third_party/msgpack/include/msgpack/adaptor/size_equal_only.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/msgpack/include/msgpack/adaptor/size_equal_only.hpp')
-rw-r--r--third_party/msgpack/include/msgpack/adaptor/size_equal_only.hpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/msgpack/include/msgpack/adaptor/size_equal_only.hpp b/third_party/msgpack/include/msgpack/adaptor/size_equal_only.hpp
new file mode 100644
index 0000000000..de9d247312
--- /dev/null
+++ b/third_party/msgpack/include/msgpack/adaptor/size_equal_only.hpp
@@ -0,0 +1,17 @@
+//
+// MessagePack for C++ static resolution routine
+//
+// Copyright (C) 2016 KONDO Takatoshi
+//
+// 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)
+//
+#ifndef MSGPACK_TYPE_SIZE_EQUAL_ONLY_HPP
+#define MSGPACK_TYPE_SIZE_EQUAL_ONLY_HPP
+
+#include "msgpack/adaptor/size_equal_only_decl.hpp"
+
+#include "msgpack/v1/adaptor/size_equal_only.hpp"
+
+#endif // MSGPACK_TYPE_SIZE_EQUAL_ONLYL_HPP