c++: add std::pair and std::set serializer

This commit is contained in:
frsyuki 2009-08-10 17:34:21 +09:00
parent 0491768fb2
commit 394331cd4e
4 changed files with 111 additions and 0 deletions

View file

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