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

@@ -4,7 +4,9 @@
#include "msgpack/type/integer.hpp"
#include "msgpack/type/map.hpp"
#include "msgpack/type/nil.hpp"
#include "msgpack/type/pair.hpp"
#include "msgpack/type/raw.hpp"
#include "msgpack/type/set.hpp"
#include "msgpack/type/tuple.hpp"
#include "msgpack/type/define.hpp"