mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
cpp: adds fixed length serialization for integers
This commit is contained in:
parent
59ba8dec4e
commit
fe2a0f5089
8 changed files with 223 additions and 2 deletions
|
|
@ -58,10 +58,11 @@ nobase_include_HEADERS += \
|
|||
msgpack/zone.hpp \
|
||||
msgpack/type.hpp \
|
||||
msgpack/type/bool.hpp \
|
||||
msgpack/type/deque.hpp \
|
||||
msgpack/type/float.hpp \
|
||||
msgpack/type/fixint.hpp \
|
||||
msgpack/type/int.hpp \
|
||||
msgpack/type/list.hpp \
|
||||
msgpack/type/deque.hpp \
|
||||
msgpack/type/map.hpp \
|
||||
msgpack/type/nil.hpp \
|
||||
msgpack/type/pair.hpp \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue