mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 17:59:52 +00:00
cpp: add msgpack/type/tr1/unordered_{map,set}.hpp
This commit is contained in:
parent
d76093b148
commit
55cfbf378e
5 changed files with 194 additions and 2 deletions
|
|
@ -25,7 +25,9 @@ nobase_include_HEADERS = \
|
|||
msgpack/type/string.hpp \
|
||||
msgpack/type/vector.hpp \
|
||||
msgpack/type/tuple.hpp \
|
||||
msgpack/type/define.hpp
|
||||
msgpack/type/define.hpp \
|
||||
msgpack/type/tr1/unordered_map.hpp \
|
||||
msgpack/type/tr1/unordered_set.hpp
|
||||
|
||||
libmsgpack_la_LIBADD = -L../c -lmsgpackc
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue