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

@ -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 {