mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-27 18:30:53 +02:00
Merge branch 'PhilJbt-patch-1' into cpp_master
This commit is contained in:
commit
1f663d121e
@ -11,8 +11,8 @@
|
|||||||
#ifndef MSGPACK_ITERATOR_HPP
|
#ifndef MSGPACK_ITERATOR_HPP
|
||||||
#define MSGPACK_ITERATOR_HPP
|
#define MSGPACK_ITERATOR_HPP
|
||||||
|
|
||||||
#include <msgpack/iterator_decl.hpp>
|
#include "msgpack/iterator_decl.hpp"
|
||||||
|
|
||||||
#include <msgpack/v1/iterator.hpp>
|
#include "msgpack/v1/iterator.hpp"
|
||||||
|
|
||||||
#endif // MSGPACK_ITERATOR_HPP
|
#endif // MSGPACK_ITERATOR_HPP
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
#ifndef MSGPACK_ITERATOR_DECL_HPP
|
#ifndef MSGPACK_ITERATOR_DECL_HPP
|
||||||
#define MSGPACK_ITERATOR_DECL_HPP
|
#define MSGPACK_ITERATOR_DECL_HPP
|
||||||
|
|
||||||
#include <msgpack/v1/iterator_decl.hpp>
|
#include "msgpack/v1/iterator_decl.hpp"
|
||||||
#include <msgpack/v2/iterator_decl.hpp>
|
#include "msgpack/v2/iterator_decl.hpp"
|
||||||
#include <msgpack/v3/iterator_decl.hpp>
|
#include "msgpack/v3/iterator_decl.hpp"
|
||||||
|
|
||||||
#endif // MSGPACK_ITERATOR_DECL_HPP
|
#endif // MSGPACK_ITERATOR_DECL_HPP
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
#include <tuple>
|
#include <tuple>
|
||||||
|
|
||||||
#include <msgpack/object_fwd.hpp>
|
#include "msgpack/object_fwd.hpp"
|
||||||
|
|
||||||
namespace msgpack {
|
namespace msgpack {
|
||||||
/// @cond
|
/// @cond
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#define MSGPACK_V1_ITERATOR_DECL_HPP
|
#define MSGPACK_V1_ITERATOR_DECL_HPP
|
||||||
#if !defined(MSGPACK_USE_CPP03)
|
#if !defined(MSGPACK_USE_CPP03)
|
||||||
|
|
||||||
#include <msgpack/object_fwd.hpp>
|
#include "msgpack/object_fwd.hpp"
|
||||||
|
|
||||||
namespace msgpack {
|
namespace msgpack {
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#define MSGPACK_V2_ITERATOR_DECL_HPP
|
#define MSGPACK_V2_ITERATOR_DECL_HPP
|
||||||
#if !defined(MSGPACK_USE_CPP03)
|
#if !defined(MSGPACK_USE_CPP03)
|
||||||
|
|
||||||
#include <msgpack/v1/iterator_decl.hpp>
|
#include "msgpack/v1/iterator_decl.hpp"
|
||||||
|
|
||||||
namespace msgpack {
|
namespace msgpack {
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
#define MSGPACK_V3_ITERATOR_DECL_HPP
|
#define MSGPACK_V3_ITERATOR_DECL_HPP
|
||||||
#if !defined(MSGPACK_USE_CPP03)
|
#if !defined(MSGPACK_USE_CPP03)
|
||||||
|
|
||||||
#include <msgpack/v2/iterator_decl.hpp>
|
#include "msgpack/v2/iterator_decl.hpp"
|
||||||
|
|
||||||
namespace msgpack {
|
namespace msgpack {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user