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

@@ -53,6 +53,7 @@ nobase_include_HEADERS = \
if ENABLE_CXX
nobase_include_HEADERS += \
../include/msgpack.hpp \
../include/msgpack_forward.hpp \
../include/msgpack/adaptor/bool.hpp \
../include/msgpack/adaptor/char_ptr.hpp \
../include/msgpack/adaptor/cpp11/array.hpp \
@@ -84,6 +85,7 @@ nobase_include_HEADERS += \
../include/msgpack/detail/cpp11_zone.hpp \
../include/msgpack/fbuffer.hpp \
../include/msgpack/object.hpp \
../include/msgpack/object_forward.hpp \
../include/msgpack/pack.hpp \
../include/msgpack/sbuffer.hpp \
../include/msgpack/type.hpp \