1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-25 10:09:11 +01:00

update type.hpp, support std::tr1::unordered_map and std::tr1::unordered_set

This commit is contained in:
xunzhang 2014-01-13 14:12:17 +08:00
parent 143b90af3e
commit a97f764088

@ -13,4 +13,5 @@
#include "type/vector.hpp" #include "type/vector.hpp"
#include "type/tuple.hpp" #include "type/tuple.hpp"
#include "type/define.hpp" #include "type/define.hpp"
#include "type/tr1/unordered_map.hpp"
#include "type/tr1/unordered_set.hpp"