mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
15a0d61a64
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