Added a minimal forward declaration header file for pack/unpack overloading.

This commit is contained in:
Takatoshi Kondo
2014-10-13 00:04:10 +09:00
parent 3ddeb08e6e
commit 4c00f448aa
34 changed files with 207 additions and 146 deletions

View File

@@ -19,6 +19,7 @@
#define MSGPACK_CPP03_DEFINE_HPP
#include "msgpack/versioning.hpp"
#include "msgpack_forward.hpp"
#define MSGPACK_DEFINE(...) \
template <typename Packer> \