mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-02 05:46:23 +01:00
Added a minimal forward declaration header file for pack/unpack overloading.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user