Added the C++11 std::array support.

std::array<char, N> is mapped to BIN. That is the same mannar as std::vector.
This commit is contained in:
Takatoshi Kondo
2014-08-10 23:06:30 +09:00
parent b2f5893669
commit 0bc4b3f599
9 changed files with 254 additions and 56 deletions

View File

@@ -20,7 +20,8 @@
#if !defined(MSGPACK_USE_CPP03)
#include "adaptor/cpp11/array.hpp"
#include "adaptor/cpp11/array_char.hpp"
#include "adaptor/cpp11/tuple.hpp"
#endif // !defined(MSGPACK_USE_CPP03)