mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 02:09:59 +00:00
c++: add std::pair and std::set serializer
This commit is contained in:
parent
0491768fb2
commit
394331cd4e
4 changed files with 111 additions and 0 deletions
|
|
@ -18,7 +18,9 @@ nobase_include_HEADERS = \
|
|||
msgpack/type/integer.hpp \
|
||||
msgpack/type/map.hpp \
|
||||
msgpack/type/nil.hpp \
|
||||
msgpack/type/pair.hpp \
|
||||
msgpack/type/raw.hpp \
|
||||
msgpack/type/set.hpp \
|
||||
msgpack/type/tuple.hpp \
|
||||
msgpack/type/define.hpp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue