msgpack template: architecture specific endian conversion

This commit is contained in:
frsyuki
2009-12-10 06:19:53 +09:00
parent 0ae1965f6b
commit 7ce866ad7c
12 changed files with 154 additions and 219 deletions

View File

@@ -20,7 +20,6 @@
#include "msgpack/object.h"
#include "msgpack/pack.hpp"
#include <stdint.h>
#include <string.h>
#include <stdexcept>
#include <typeinfo>

View File

@@ -18,10 +18,9 @@
#ifndef MSGPACK_PACK_HPP__
#define MSGPACK_PACK_HPP__
#include <arpa/inet.h> // __BYTE_ORDER
#include "msgpack/pack_define.h"
#include <stdexcept>
#include <limits.h>
#include "msgpack/pack_define.h"
namespace msgpack {