Takatoshi Kondo 96f145812f Fixed #243.
std::vector<unsigned char> and std::array<unsigned char> are mapped to BIN.
std::vector<uint8_t> and std::array<uint8_t> are mapped to BIN if uint8_t is the same type of unsigned char, otherwise mapped to ARRAY.

Added array_ref. When client wraps BIN mapped types above with array_ref as msgpack::type::array_ref<std::vector<char> >, the type is mapped to ARRAY.
2015-08-31 14:06:39 +09:00
..
2015-08-31 14:06:39 +09:00
2015-08-12 13:55:51 +09:00
2014-06-05 20:49:15 +00:00
2015-08-12 13:55:51 +09:00
2014-06-05 20:49:15 +00:00
2015-08-31 14:06:39 +09:00
2015-05-27 21:19:39 +09:00
2015-03-10 20:30:22 +09:00
2015-08-31 14:06:39 +09:00
2015-08-12 13:55:51 +09:00
2015-08-31 14:06:39 +09:00
2015-08-31 14:06:39 +09:00
2014-09-09 14:29:10 +09:00
2014-09-09 14:29:10 +09:00
2015-08-31 14:06:39 +09:00
2015-08-19 10:52:08 +09:00
2015-08-19 10:52:08 +09:00
2015-08-12 13:55:51 +09:00
2015-08-12 13:55:51 +09:00