Files
rest_rpc/thirdparty/msgpack-c/include/msgpack/iterator.hpp
T

19 lines
432 B
C++
Raw Normal View History

2021-01-30 16:53:42 +08:00
//
// MessagePack for C++ static resolution routine
//
// Copyright (C) 2015-2016 MIZUKI Hirata
//
// 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_ITERATOR_HPP
#define MSGPACK_ITERATOR_HPP
2022-06-18 16:11:44 +08:00
#include "msgpack/iterator_decl.hpp"
2021-01-30 16:53:42 +08:00
2022-06-18 16:11:44 +08:00
#include "msgpack/v1/iterator.hpp"
2021-01-30 16:53:42 +08:00
#endif // MSGPACK_ITERATOR_HPP