Supported the C++11 tuple.

This commit is contained in:
Takatoshi Kondo
2014-07-08 19:18:43 +09:00
parent 6a349d0b28
commit f6a5402194
4 changed files with 162 additions and 13 deletions

View File

@@ -1,3 +1,4 @@
#include "cpp_config.hpp"
#include "adaptor/bool.hpp"
#include "adaptor/deque.hpp"
#include "adaptor/fixint.hpp"
@@ -15,3 +16,10 @@
#include "adaptor/define.hpp"
#include "adaptor/tr1/unordered_map.hpp"
#include "adaptor/tr1/unordered_set.hpp"
#if !defined(MSGPACK_USE_CPP03)
#include "adaptor/cpp11/tuple.hpp"
#endif // !defined(MSGPACK_USE_CPP03)