mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-11-09 15:53:58 +01:00
Added the new mapping:
std::vector<char> is mapped to BIN. So, currently BIN, STR, and ARRAY mappings are as follows: std::vector<char> is mapped to BIN std::string is mapped to STR std::vector<T> is mapped to ARRAY // T is not char
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
#include "adaptor/set.hpp"
|
||||
#include "adaptor/string.hpp"
|
||||
#include "adaptor/vector.hpp"
|
||||
#include "adaptor/vector_char.hpp"
|
||||
#include "adaptor/msgpack_tuple.hpp"
|
||||
#include "adaptor/define.hpp"
|
||||
#include "adaptor/tr1/unordered_map.hpp"
|
||||
|
||||
Reference in New Issue
Block a user