cpp: add msgpack/type/tr1/unordered_{map,set}.hpp

This commit is contained in:
frsyuki 2010-01-14 21:20:32 +09:00
parent d76093b148
commit 55cfbf378e
5 changed files with 194 additions and 2 deletions

View file

@ -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